#[repr(C)]pub struct nvme_copy_range_f2 {
pub snsid: __le32,
pub rsvd4: [__u8; 4],
pub slba: __le64,
pub nlb: __le16,
pub rsvd18: [__u8; 4],
pub sopt: __le16,
pub eilbrt: __le32,
pub elbat: __le16,
pub elbatm: __le16,
}Expand description
struct nvme_copy_range_f2 - Copy - Source Range Entries Descriptor Format 2h @snsid: Source Namespace Identifier @rsvd4: Reserved @slba: Starting LBA @nlb: Number of Logical Blocks @rsvd18: Reserved @sopt: Source Options @eilbrt: 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§
§snsid: __le32§rsvd4: [__u8; 4]§slba: __le64§nlb: __le16§rsvd18: [__u8; 4]§sopt: __le16§eilbrt: __le32§elbat: __le16§elbatm: __le16Trait Implementations§
Source§impl Clone for nvme_copy_range_f2
impl Clone for nvme_copy_range_f2
Source§fn clone(&self) -> nvme_copy_range_f2
fn clone(&self) -> nvme_copy_range_f2
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_f2
impl Debug for nvme_copy_range_f2
Source§impl Default for nvme_copy_range_f2
impl Default for nvme_copy_range_f2
Source§fn default() -> nvme_copy_range_f2
fn default() -> nvme_copy_range_f2
Returns the “default value” for a type. Read more
impl Copy for nvme_copy_range_f2
Auto Trait Implementations§
impl Freeze for nvme_copy_range_f2
impl RefUnwindSafe for nvme_copy_range_f2
impl Send for nvme_copy_range_f2
impl Sync for nvme_copy_range_f2
impl Unpin for nvme_copy_range_f2
impl UnsafeUnpin for nvme_copy_range_f2
impl UnwindSafe for nvme_copy_range_f2
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