#[repr(C)]pub struct nvme_copy_range_f1 {
pub rsvd0: [__u8; 8],
pub slba: __le64,
pub nlb: __le16,
pub rsvd18: [__u8; 8],
pub elbt: [__u8; 10],
pub elbat: __le16,
pub elbatm: __le16,
}Expand description
struct nvme_copy_range_f1 - Copy - Source Range Entries Descriptor Format 1h @rsvd0: Reserved @slba: Starting LBA @nlb: Number of Logical Blocks @rsvd18: Reserved @elbt: Expected Initial Logical Block Reference Tag / Expected Logical Block Storage Tag @elbatm: Expected Logical Block Application Tag Mask @elbat: Expected Logical Block Application Tag
Fields§
§rsvd0: [__u8; 8]§slba: __le64§nlb: __le16§rsvd18: [__u8; 8]§elbt: [__u8; 10]§elbat: __le16§elbatm: __le16Trait Implementations§
Source§impl Clone for nvme_copy_range_f1
impl Clone for nvme_copy_range_f1
Source§fn clone(&self) -> nvme_copy_range_f1
fn clone(&self) -> nvme_copy_range_f1
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_copy_range_f1
impl Debug for nvme_copy_range_f1
Source§impl Default for nvme_copy_range_f1
impl Default for nvme_copy_range_f1
Source§fn default() -> nvme_copy_range_f1
fn default() -> nvme_copy_range_f1
Returns the “default value” for a type. Read more
impl Copy for nvme_copy_range_f1
Auto Trait Implementations§
impl Freeze for nvme_copy_range_f1
impl RefUnwindSafe for nvme_copy_range_f1
impl Send for nvme_copy_range_f1
impl Sync for nvme_copy_range_f1
impl Unpin for nvme_copy_range_f1
impl UnsafeUnpin for nvme_copy_range_f1
impl UnwindSafe for nvme_copy_range_f1
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