#[repr(C)]pub struct dk_efi {
pub dki_lba: diskaddr_t,
pub dki_length: len_t,
pub dki_un: dk_efi__bindgen_ty_1,
}Fields§
§dki_lba: diskaddr_t§dki_length: len_t§dki_un: dk_efi__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for dk_efi
impl RefUnwindSafe for dk_efi
impl !Send for dk_efi
impl !Sync for dk_efi
impl Unpin for dk_efi
impl UnwindSafe for dk_efi
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