#[repr(C)]pub struct nvme_fdp_stats_log {
pub hbmw: [__u8; 16],
pub mbmw: [__u8; 16],
pub mbe: [__u8; 16],
pub rsvd48: [__u8; 16],
}Expand description
struct nvme_fdp_stats_log - FDP Statistics Log Page @hbmw: Host Bytes with Metadata Written @mbmw: Media Bytes with Metadata Written @mbe: Media Bytes Erased @rsvd48: Reserved
Fields§
§hbmw: [__u8; 16]§mbmw: [__u8; 16]§mbe: [__u8; 16]§rsvd48: [__u8; 16]Trait Implementations§
Source§impl Clone for nvme_fdp_stats_log
impl Clone for nvme_fdp_stats_log
Source§fn clone(&self) -> nvme_fdp_stats_log
fn clone(&self) -> nvme_fdp_stats_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 moreSource§impl Debug for nvme_fdp_stats_log
impl Debug for nvme_fdp_stats_log
Source§impl Default for nvme_fdp_stats_log
impl Default for nvme_fdp_stats_log
Source§fn default() -> nvme_fdp_stats_log
fn default() -> nvme_fdp_stats_log
Returns the “default value” for a type. Read more
impl Copy for nvme_fdp_stats_log
Auto Trait Implementations§
impl Freeze for nvme_fdp_stats_log
impl RefUnwindSafe for nvme_fdp_stats_log
impl Send for nvme_fdp_stats_log
impl Sync for nvme_fdp_stats_log
impl Unpin for nvme_fdp_stats_log
impl UnsafeUnpin for nvme_fdp_stats_log
impl UnwindSafe for nvme_fdp_stats_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