#[repr(C)]pub struct nvme_lba_rd {
pub rslba: __le64,
pub rnlb: __le32,
pub rsvd12: [__u8; 4],
}Expand description
struct nvme_lba_rd - LBA Range Descriptor @rslba: Range Starting LBA @rnlb: Range Number of Logical Blocks @rsvd12: Reserved
Fields§
§rslba: __le64§rnlb: __le32§rsvd12: [__u8; 4]Trait Implementations§
Source§impl Clone for nvme_lba_rd
impl Clone for nvme_lba_rd
Source§fn clone(&self) -> nvme_lba_rd
fn clone(&self) -> nvme_lba_rd
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_lba_rd
impl Debug for nvme_lba_rd
Source§impl Default for nvme_lba_rd
impl Default for nvme_lba_rd
Source§fn default() -> nvme_lba_rd
fn default() -> nvme_lba_rd
Returns the “default value” for a type. Read more
impl Copy for nvme_lba_rd
Auto Trait Implementations§
impl Freeze for nvme_lba_rd
impl RefUnwindSafe for nvme_lba_rd
impl Send for nvme_lba_rd
impl Sync for nvme_lba_rd
impl Unpin for nvme_lba_rd
impl UnsafeUnpin for nvme_lba_rd
impl UnwindSafe for nvme_lba_rd
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