#[repr(C)]pub struct nvme_nvm_id_ns {}Expand description
struct nvme_nvm_id_ns - NVME Command Set I/O Command Set Specific Identify Namespace Data Structure @lbstm: Logical Block Storage Tag Mask @pic: Protection Information Capabilities @pifa: Protection Information Format Attribute @rsvd10: Reserved @elbaf: List of Extended LBA Format Support @npdgl: Namespace Preferred Deallocate Granularity Large @nprg: Namespace Preferred Read Granularity @npra: Namespace Preferred Read Alignment @nors: Namespace Optimal Read Size @npdal: Namespace Preferred Deallocate Alignment Large @lbapss: LBA Format Placement Shard Size @tlbaag: Tracked LBA Allocation Granularity @rsvd296: Reserved
Fields§
§lbstm: __le64§pic: __u8§pifa: __u8§rsvd10: [__u8; 2]§elbaf: [__le32; 64]§npdgl: __le32§nprg: __le32§npra: __le32§nors: __le32§npdal: __le32§lbapss: __le32§tlbaag: __le32§rsvd296: [__u8; 3800]Trait Implementations§
Source§impl Clone for nvme_nvm_id_ns
impl Clone for nvme_nvm_id_ns
Source§fn clone(&self) -> nvme_nvm_id_ns
fn clone(&self) -> nvme_nvm_id_ns
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nvme_nvm_id_ns
impl Debug for nvme_nvm_id_ns
Source§impl Default for nvme_nvm_id_ns
impl Default for nvme_nvm_id_ns
impl Copy for nvme_nvm_id_ns
Auto Trait Implementations§
impl Freeze for nvme_nvm_id_ns
impl RefUnwindSafe for nvme_nvm_id_ns
impl Send for nvme_nvm_id_ns
impl Sync for nvme_nvm_id_ns
impl Unpin for nvme_nvm_id_ns
impl UnsafeUnpin for nvme_nvm_id_ns
impl UnwindSafe for nvme_nvm_id_ns
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