#[repr(C)]pub struct nvme_plm_config {
pub ee: __le16,
pub rsvd2: [__u8; 30],
pub dtwinrt: __le64,
pub dtwinwt: __le64,
pub dtwintt: __le64,
pub rsvd56: [__u8; 456],
}Expand description
struct nvme_plm_config - Predictable Latency Mode - Deterministic Threshold Configuration Data Structure @ee: Enable Event @rsvd2: Reserved @dtwinrt: DTWIN Reads Threshold @dtwinwt: DTWIN Writes Threshold @dtwintt: DTWIN Time Threshold @rsvd56: Reserved
Fields§
§ee: __le16§rsvd2: [__u8; 30]§dtwinrt: __le64§dtwinwt: __le64§dtwintt: __le64§rsvd56: [__u8; 456]Trait Implementations§
Source§impl Clone for nvme_plm_config
impl Clone for nvme_plm_config
Source§fn clone(&self) -> nvme_plm_config
fn clone(&self) -> nvme_plm_config
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_plm_config
impl Debug for nvme_plm_config
Source§impl Default for nvme_plm_config
impl Default for nvme_plm_config
impl Copy for nvme_plm_config
Auto Trait Implementations§
impl Freeze for nvme_plm_config
impl RefUnwindSafe for nvme_plm_config
impl Send for nvme_plm_config
impl Sync for nvme_plm_config
impl Unpin for nvme_plm_config
impl UnsafeUnpin for nvme_plm_config
impl UnwindSafe for nvme_plm_config
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