pub struct BlockStatsSpecificNvme {
pub aligned_accesses: u64,
pub completion_errors: u64,
pub unaligned_accesses: u64,
}
Fields§
§aligned_accesses: u64
§completion_errors: u64
§unaligned_accesses: u64
Trait Implementations§
Source§impl Clone for BlockStatsSpecificNvme
impl Clone for BlockStatsSpecificNvme
Source§fn clone(&self) -> BlockStatsSpecificNvme
fn clone(&self) -> BlockStatsSpecificNvme
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 BlockStatsSpecificNvme
impl Debug for BlockStatsSpecificNvme
Source§impl<'de> Deserialize<'de> for BlockStatsSpecificNvme
impl<'de> Deserialize<'de> for BlockStatsSpecificNvme
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<BlockStatsSpecificNvme> for BlockStatsSpecific
impl From<BlockStatsSpecificNvme> for BlockStatsSpecific
Source§fn from(val: BlockStatsSpecificNvme) -> Self
fn from(val: BlockStatsSpecificNvme) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BlockStatsSpecificNvme
impl RefUnwindSafe for BlockStatsSpecificNvme
impl Send for BlockStatsSpecificNvme
impl Sync for BlockStatsSpecificNvme
impl Unpin for BlockStatsSpecificNvme
impl UnwindSafe for BlockStatsSpecificNvme
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