#[repr(C)]pub struct nvme_std_perf_attr {
pub rsvd0: [__u8; 4],
pub r4karl: __u8,
pub rsvd5: [__u8; 4091],
}Expand description
struct nvme_std_perf_attr - Standard performance attribute structure @rsvd0: Reserved @r4karl: Random 4 KiB average read latency @rsvd5: Reserved
Fields§
§rsvd0: [__u8; 4]§r4karl: __u8§rsvd5: [__u8; 4091]Trait Implementations§
Source§impl Clone for nvme_std_perf_attr
impl Clone for nvme_std_perf_attr
Source§fn clone(&self) -> nvme_std_perf_attr
fn clone(&self) -> nvme_std_perf_attr
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_std_perf_attr
impl Debug for nvme_std_perf_attr
Source§impl Default for nvme_std_perf_attr
impl Default for nvme_std_perf_attr
impl Copy for nvme_std_perf_attr
Auto Trait Implementations§
impl Freeze for nvme_std_perf_attr
impl RefUnwindSafe for nvme_std_perf_attr
impl Send for nvme_std_perf_attr
impl Sync for nvme_std_perf_attr
impl Unpin for nvme_std_perf_attr
impl UnsafeUnpin for nvme_std_perf_attr
impl UnwindSafe for nvme_std_perf_attr
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