#[repr(C)]pub struct nvme_lba_status_log {
pub lslplen: __le32,
pub nlslne: __le32,
pub estulb: __le32,
pub rsvd12: [__u8; 2],
pub lsgc: __le16,
pub elements: __IncompleteArrayField<nvme_lbas_ns_element>,
}Expand description
struct nvme_lba_status_log - LBA Status Information Log @lslplen: LBA Status Log Page Length @nlslne: Number of LBA Status Log Namespace Elements @estulb: Estimate of Unrecoverable Logical Blocks @rsvd12: Reserved @lsgc: LBA Status Generation Counter @elements: LBA Status Log Namespace Element List
Fields§
§lslplen: __le32§nlslne: __le32§estulb: __le32§rsvd12: [__u8; 2]§lsgc: __le16§elements: __IncompleteArrayField<nvme_lbas_ns_element>Trait Implementations§
Source§impl Debug for nvme_lba_status_log
impl Debug for nvme_lba_status_log
Source§impl Default for nvme_lba_status_log
impl Default for nvme_lba_status_log
Source§fn default() -> nvme_lba_status_log
fn default() -> nvme_lba_status_log
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_lba_status_log
impl RefUnwindSafe for nvme_lba_status_log
impl Send for nvme_lba_status_log
impl Sync for nvme_lba_status_log
impl Unpin for nvme_lba_status_log
impl UnsafeUnpin for nvme_lba_status_log
impl UnwindSafe for nvme_lba_status_log
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