#[repr(C, packed(1))]struct EfiInfo {
efi_loader_signature: u32,
efi_systab: u32,
efi_memdesc_size: u32,
efi_memdesc_version: u32,
efi_memmap: u32,
efi_memmap_size: u32,
efi_systab_hi: u32,
efi_memmap_hi: u32,
}Fields§
§efi_loader_signature: u32§efi_systab: u32§efi_memdesc_size: u32§efi_memdesc_version: u32§efi_memmap: u32§efi_memmap_size: u32§efi_systab_hi: u32§efi_memmap_hi: u32Auto Trait Implementations§
impl Freeze for EfiInfo
impl RefUnwindSafe for EfiInfo
impl Send for EfiInfo
impl Sync for EfiInfo
impl Unpin for EfiInfo
impl UnwindSafe for EfiInfo
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