#[repr(C)]pub struct mfxGUID {
pub Data: [mfxU8; 16],
}Expand description
Represents Globally Unique Identifier (GUID) with memory layout compliant to RFC 4122. See https://www.rfc-editor.org/info/rfc4122 for details.
Fields§
§Data: [mfxU8; 16]< Array to keep GUID.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mfxGUID
impl RefUnwindSafe for mfxGUID
impl Send for mfxGUID
impl Sync for mfxGUID
impl Unpin for mfxGUID
impl UnsafeUnpin for mfxGUID
impl UnwindSafe for mfxGUID
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