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