#[repr(C)]pub struct nvme_nvmset_predictable_lat_log {Show 14 fields
pub status: __u8,
pub rsvd1: __u8,
pub event_type: __le16,
pub rsvd4: [__u8; 28],
pub dtwin_rt: __le64,
pub dtwin_wt: __le64,
pub dtwin_tmax: __le64,
pub ndwin_tmin_hi: __le64,
pub ndwin_tmin_lo: __le64,
pub rsvd72: [__u8; 56],
pub dtwin_re: __le64,
pub dtwin_we: __le64,
pub dtwin_te: __le64,
pub rsvd152: [__u8; 360],
}Expand description
struct nvme_nvmset_predictable_lat_log - Predictable Latency Mode - Deterministic Threshold Configuration Data @status: Status @rsvd1: Reserved @event_type: Event Type @rsvd4: Reserved @dtwin_rt: DTWIN Reads Typical @dtwin_wt: DTWIN Writes Typical @dtwin_tmax: DTWIN Time Maximum @ndwin_tmin_hi: NDWIN Time Minimum High @ndwin_tmin_lo: NDWIN Time Minimum Low @rsvd72: Reserved @dtwin_re: DTWIN Reads Estimate @dtwin_we: DTWIN Writes Estimate @dtwin_te: DTWIN Time Estimate @rsvd152: Reserved
Fields§
§status: __u8§rsvd1: __u8§event_type: __le16§rsvd4: [__u8; 28]§dtwin_rt: __le64§dtwin_wt: __le64§dtwin_tmax: __le64§ndwin_tmin_hi: __le64§ndwin_tmin_lo: __le64§rsvd72: [__u8; 56]§dtwin_re: __le64§dtwin_we: __le64§dtwin_te: __le64§rsvd152: [__u8; 360]Trait Implementations§
Source§impl Clone for nvme_nvmset_predictable_lat_log
impl Clone for nvme_nvmset_predictable_lat_log
Source§fn clone(&self) -> nvme_nvmset_predictable_lat_log
fn clone(&self) -> nvme_nvmset_predictable_lat_log
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 moreimpl Copy for nvme_nvmset_predictable_lat_log
Auto Trait Implementations§
impl Freeze for nvme_nvmset_predictable_lat_log
impl RefUnwindSafe for nvme_nvmset_predictable_lat_log
impl Send for nvme_nvmset_predictable_lat_log
impl Sync for nvme_nvmset_predictable_lat_log
impl Unpin for nvme_nvmset_predictable_lat_log
impl UnsafeUnpin for nvme_nvmset_predictable_lat_log
impl UnwindSafe for nvme_nvmset_predictable_lat_log
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