#[repr(C)]pub struct efi_gpe {
pub efi_gpe_PartitionTypeGUID: uuid,
pub efi_gpe_UniquePartitionGUID: uuid,
pub efi_gpe_StartingLBA: diskaddr_t,
pub efi_gpe_EndingLBA: diskaddr_t,
pub efi_gpe_Attributes: efi_gpe_Attrs_t,
pub efi_gpe_PartitionName: [ushort_t; 36],
}Fields§
§efi_gpe_PartitionTypeGUID: uuid§efi_gpe_UniquePartitionGUID: uuid§efi_gpe_StartingLBA: diskaddr_t§efi_gpe_EndingLBA: diskaddr_t§efi_gpe_Attributes: efi_gpe_Attrs_t§efi_gpe_PartitionName: [ushort_t; 36]Trait Implementations§
Auto Trait Implementations§
impl Freeze for efi_gpe
impl RefUnwindSafe for efi_gpe
impl Send for efi_gpe
impl Sync for efi_gpe
impl Unpin for efi_gpe
impl UnwindSafe for efi_gpe
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