#[repr(C)]pub struct EFI_GUID {
pub Data1: UINT32,
pub Data2: UINT16,
pub Data3: UINT16,
pub Data4: [UINT8; 8],
}Fields§
§Data1: UINT32§Data2: UINT16§Data3: UINT16§Data4: [UINT8; 8]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EFI_GUID
impl RefUnwindSafe for EFI_GUID
impl Send for EFI_GUID
impl Sync for EFI_GUID
impl Unpin for EFI_GUID
impl UnsafeUnpin for EFI_GUID
impl UnwindSafe for EFI_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