#[repr(C)]pub struct nvme_lbaf {
pub ms: __le16,
pub ds: __u8,
pub rp: __u8,
}Expand description
struct nvme_lbaf - LBA Format Data Structure @ms: Metadata Size indicates the number of metadata bytes provided per LBA based on the LBA Data Size indicated. @ds: LBA Data Size indicates the LBA data size supported, reported as a power of two. @rp: Relative Performance, see &enum nvme_lbaf_rp.
Fields§
§ms: __le16§ds: __u8§rp: __u8Trait Implementations§
impl Copy for nvme_lbaf
Auto Trait Implementations§
impl Freeze for nvme_lbaf
impl RefUnwindSafe for nvme_lbaf
impl Send for nvme_lbaf
impl Sync for nvme_lbaf
impl Unpin for nvme_lbaf
impl UnsafeUnpin for nvme_lbaf
impl UnwindSafe for nvme_lbaf
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