#[repr(C)]pub struct nvme_metadata_element_desc {
pub type_: __u8,
pub rev: __u8,
pub len: __le16,
pub val: __IncompleteArrayField<__u8>,
}Expand description
struct nvme_metadata_element_desc - Metadata Element Descriptor @type: Element Type (ET) @rev: Element Revision (ER) @len: Element Length (ELEN) @val: Element Value (EVAL), UTF-8 string
Fields§
§type_: __u8§rev: __u8§len: __le16§val: __IncompleteArrayField<__u8>Trait Implementations§
Source§impl Debug for nvme_metadata_element_desc
impl Debug for nvme_metadata_element_desc
Source§impl Default for nvme_metadata_element_desc
impl Default for nvme_metadata_element_desc
Source§fn default() -> nvme_metadata_element_desc
fn default() -> nvme_metadata_element_desc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_metadata_element_desc
impl RefUnwindSafe for nvme_metadata_element_desc
impl Send for nvme_metadata_element_desc
impl Sync for nvme_metadata_element_desc
impl Unpin for nvme_metadata_element_desc
impl UnsafeUnpin for nvme_metadata_element_desc
impl UnwindSafe for nvme_metadata_element_desc
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