#[repr(C)]pub struct nvme_mi_vpd_telem {
pub type_: __u8,
pub rev: __u8,
pub len: __u8,
pub data: __IncompleteArrayField<__u8>,
}Expand description
struct nvme_mi_vpd_telem - Vital Product Data Element Descriptor @type: Type of the Element Descriptor @rev: Revision of the Element Descriptor @len: Number of bytes in the Element Descriptor @data: Type-specific information associated with the Element Descriptor
Fields§
§type_: __u8§rev: __u8§len: __u8§data: __IncompleteArrayField<__u8>Trait Implementations§
Source§impl Debug for nvme_mi_vpd_telem
impl Debug for nvme_mi_vpd_telem
Source§impl Default for nvme_mi_vpd_telem
impl Default for nvme_mi_vpd_telem
Source§fn default() -> nvme_mi_vpd_telem
fn default() -> nvme_mi_vpd_telem
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_mi_vpd_telem
impl RefUnwindSafe for nvme_mi_vpd_telem
impl Send for nvme_mi_vpd_telem
impl Sync for nvme_mi_vpd_telem
impl Unpin for nvme_mi_vpd_telem
impl UnsafeUnpin for nvme_mi_vpd_telem
impl UnwindSafe for nvme_mi_vpd_telem
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