#[repr(C)]pub struct nvme_host_metadata {
pub ndesc: __u8,
pub rsvd1: __u8,
pub __bindgen_anon_1: nvme_host_metadata__bindgen_ty_1,
}Expand description
struct nvme_host_metadata - Host Metadata Data Structure @ndesc: Number of metadata element descriptors @rsvd1: Reserved @descs: Metadata element descriptors @descs_buf: Metadata element descriptor buffer
Fields§
§ndesc: __u8§rsvd1: __u8§__bindgen_anon_1: nvme_host_metadata__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for nvme_host_metadata
impl RefUnwindSafe for nvme_host_metadata
impl Send for nvme_host_metadata
impl Sync for nvme_host_metadata
impl Unpin for nvme_host_metadata
impl UnsafeUnpin for nvme_host_metadata
impl UnwindSafe for nvme_host_metadata
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