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