Struct windows_sys::Win32::Storage::Nvme::LATENCY_STAMP
#[repr(C, packed(1))]pub struct LATENCY_STAMP {
pub Trim3: u64,
pub Write3: u64,
pub Read3: u64,
pub Trim2: u64,
pub Write2: u64,
pub Read2: u64,
pub Trim1: u64,
pub Write1: u64,
pub Read1: u64,
pub Trim0: u64,
pub Write0: u64,
pub Read0: u64,
}
Fields§
§Trim3: u64
§Write3: u64
§Read3: u64
§Trim2: u64
§Write2: u64
§Read2: u64
§Trim1: u64
§Write1: u64
§Read1: u64
§Trim0: u64
§Write0: u64
§Read0: u64
Trait Implementations§
§impl Clone for LATENCY_STAMP
impl Clone for LATENCY_STAMP
impl Copy for LATENCY_STAMP
Auto Trait Implementations§
impl RefUnwindSafe for LATENCY_STAMP
impl Send for LATENCY_STAMP
impl Sync for LATENCY_STAMP
impl Unpin for LATENCY_STAMP
impl UnwindSafe for LATENCY_STAMP
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