#[repr(C, packed(1))]pub struct Nvdimm {
pub header: DevicePathProtocol,
pub nfit_device_handle: u32,
}
Fields§
§header: DevicePathProtocol
§nfit_device_handle: u32
Auto Trait Implementations§
impl Freeze for Nvdimm
impl RefUnwindSafe for Nvdimm
impl Send for Nvdimm
impl Sync for Nvdimm
impl Unpin for Nvdimm
impl UnwindSafe for Nvdimm
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