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