#[repr(C)]pub struct nvme_zns_lbafe {
pub zsze: __le64,
pub zdes: __u8,
pub rsvd9: [__u8; 7],
}Expand description
struct nvme_zns_lbafe - LBA Format Extension Data Structure @zsze: Zone Size @zdes: Zone Descriptor Extension Size @rsvd9: reserved
Fields§
§zsze: __le64§zdes: __u8§rsvd9: [__u8; 7]Trait Implementations§
Source§impl Clone for nvme_zns_lbafe
impl Clone for nvme_zns_lbafe
Source§fn clone(&self) -> nvme_zns_lbafe
fn clone(&self) -> nvme_zns_lbafe
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_zns_lbafe
impl Debug for nvme_zns_lbafe
Source§impl Default for nvme_zns_lbafe
impl Default for nvme_zns_lbafe
Source§fn default() -> nvme_zns_lbafe
fn default() -> nvme_zns_lbafe
Returns the “default value” for a type. Read more
impl Copy for nvme_zns_lbafe
Auto Trait Implementations§
impl Freeze for nvme_zns_lbafe
impl RefUnwindSafe for nvme_zns_lbafe
impl Send for nvme_zns_lbafe
impl Sync for nvme_zns_lbafe
impl Unpin for nvme_zns_lbafe
impl UnsafeUnpin for nvme_zns_lbafe
impl UnwindSafe for nvme_zns_lbafe
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