#[repr(C)]pub struct nvme_host_metadata__bindgen_ty_1 {
pub descs: __BindgenUnionField<[nvme_metadata_element_desc; 0]>,
pub descs_buf: __BindgenUnionField<[__u8; 4094]>,
pub bindgen_union_field: [u16; 2047],
}Fields§
§descs: __BindgenUnionField<[nvme_metadata_element_desc; 0]>§descs_buf: __BindgenUnionField<[__u8; 4094]>§bindgen_union_field: [u16; 2047]Trait Implementations§
Auto Trait Implementations§
impl Freeze for nvme_host_metadata__bindgen_ty_1
impl RefUnwindSafe for nvme_host_metadata__bindgen_ty_1
impl Send for nvme_host_metadata__bindgen_ty_1
impl Sync for nvme_host_metadata__bindgen_ty_1
impl Unpin for nvme_host_metadata__bindgen_ty_1
impl UnsafeUnpin for nvme_host_metadata__bindgen_ty_1
impl UnwindSafe for nvme_host_metadata__bindgen_ty_1
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