#[repr(C)]pub struct nvme_lbas_ns_element {
pub neid: __le32,
pub nlrd: __le32,
pub ratype: __u8,
pub rsvd8: [__u8; 7],
pub lba_rd: __IncompleteArrayField<nvme_lba_rd>,
}Expand description
struct nvme_lbas_ns_element - LBA Status Log Namespace Element @neid: Namespace Element Identifier @nlrd: Number of LBA Range Descriptors @ratype: Recommended Action Type. see @enum nvme_lba_status_atype @rsvd8: Reserved @lba_rd: LBA Range Descriptor
Fields§
§neid: __le32§nlrd: __le32§ratype: __u8§rsvd8: [__u8; 7]§lba_rd: __IncompleteArrayField<nvme_lba_rd>Trait Implementations§
Source§impl Debug for nvme_lbas_ns_element
impl Debug for nvme_lbas_ns_element
Source§impl Default for nvme_lbas_ns_element
impl Default for nvme_lbas_ns_element
Source§fn default() -> nvme_lbas_ns_element
fn default() -> nvme_lbas_ns_element
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_lbas_ns_element
impl RefUnwindSafe for nvme_lbas_ns_element
impl Send for nvme_lbas_ns_element
impl Sync for nvme_lbas_ns_element
impl Unpin for nvme_lbas_ns_element
impl UnsafeUnpin for nvme_lbas_ns_element
impl UnwindSafe for nvme_lbas_ns_element
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