#[repr(C)]pub struct nvme_feat_host_behavior {
pub acre: __u8,
pub etdas: __u8,
pub lbafee: __u8,
pub hdisns: __u8,
pub cdfe: __le16,
pub rsvd6: [__u8; 506],
}Expand description
struct nvme_feat_host_behavior - Host Behavior Support - Data Structure @acre: Advanced Command Retry Enable @etdas: Extended Telemetry Data Area 4 Supported @lbafee: LBA Format Extension Enable @hdisns: Host Dispersed Namespace Support @cdfe: Copy Descriptor Formats Enable @rsvd6: Reserved
Fields§
§acre: __u8§etdas: __u8§lbafee: __u8§hdisns: __u8§cdfe: __le16§rsvd6: [__u8; 506]Trait Implementations§
Source§impl Clone for nvme_feat_host_behavior
impl Clone for nvme_feat_host_behavior
Source§fn clone(&self) -> nvme_feat_host_behavior
fn clone(&self) -> nvme_feat_host_behavior
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_feat_host_behavior
impl Debug for nvme_feat_host_behavior
Source§impl Default for nvme_feat_host_behavior
impl Default for nvme_feat_host_behavior
impl Copy for nvme_feat_host_behavior
Auto Trait Implementations§
impl Freeze for nvme_feat_host_behavior
impl RefUnwindSafe for nvme_feat_host_behavior
impl Send for nvme_feat_host_behavior
impl Sync for nvme_feat_host_behavior
impl Unpin for nvme_feat_host_behavior
impl UnsafeUnpin for nvme_feat_host_behavior
impl UnwindSafe for nvme_feat_host_behavior
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