pub struct HostBehaviorSupport {
pub cas_128bit: bool,
pub acre: bool,
pub etdas: bool,
pub lbafee: bool,
}
Expand description
Host Behavior Support for NVMe 2.3.
Fields§
§cas_128bit: bool
Host supports 128-bit CAS
acre: bool
Advanced Command Retry Enable
etdas: bool
Extended Telemetry Data Area 4
lbafee: bool
LBA Format Extension Enable
Trait Implementations§
Source§impl Clone for HostBehaviorSupport
impl Clone for HostBehaviorSupport
Source§fn clone(&self) -> HostBehaviorSupport
fn clone(&self) -> HostBehaviorSupport
Returns a duplicate of the value. Read more
1.0.0 · 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 HostBehaviorSupport
impl Debug for HostBehaviorSupport
impl Copy for HostBehaviorSupport
Auto Trait Implementations§
impl Freeze for HostBehaviorSupport
impl RefUnwindSafe for HostBehaviorSupport
impl Send for HostBehaviorSupport
impl Sync for HostBehaviorSupport
impl Unpin for HostBehaviorSupport
impl UnwindSafe for HostBehaviorSupport
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