Struct nvidia_video_codec_sdk::sys::nvEncodeAPI::_GUID
source · #[repr(C)]pub struct _GUID {
pub Data1: u32,
pub Data2: u16,
pub Data3: u16,
pub Data4: [u8; 8],
}
Fields§
§Data1: u32
§Data2: u16
§Data3: u16
§Data4: [u8; 8]
Trait Implementations§
source§impl Ord for _GUID
impl Ord for _GUID
source§impl PartialEq<_GUID> for _GUID
impl PartialEq<_GUID> for _GUID
source§impl PartialOrd<_GUID> for _GUID
impl PartialOrd<_GUID> for _GUID
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for _GUID
impl Eq for _GUID
impl StructuralEq for _GUID
impl StructuralPartialEq for _GUID
Auto Trait Implementations§
impl RefUnwindSafe for _GUID
impl Send for _GUID
impl Sync for _GUID
impl Unpin for _GUID
impl UnwindSafe for _GUID
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more