#[repr(C)]pub struct nvme_dsm_range {
pub cattr: __le32,
pub nlb: __le32,
pub slba: __le64,
}Expand description
struct nvme_dsm_range - Dataset Management - Range Definition @cattr: Context Attributes @nlb: Length in logical blocks @slba: Starting LBA
Fields§
§cattr: __le32§nlb: __le32§slba: __le64Trait Implementations§
Source§impl Clone for nvme_dsm_range
impl Clone for nvme_dsm_range
Source§fn clone(&self) -> nvme_dsm_range
fn clone(&self) -> nvme_dsm_range
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_dsm_range
impl Debug for nvme_dsm_range
Source§impl Default for nvme_dsm_range
impl Default for nvme_dsm_range
Source§fn default() -> nvme_dsm_range
fn default() -> nvme_dsm_range
Returns the “default value” for a type. Read more
impl Copy for nvme_dsm_range
Auto Trait Implementations§
impl Freeze for nvme_dsm_range
impl RefUnwindSafe for nvme_dsm_range
impl Send for nvme_dsm_range
impl Sync for nvme_dsm_range
impl Unpin for nvme_dsm_range
impl UnsafeUnpin for nvme_dsm_range
impl UnwindSafe for nvme_dsm_range
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