Struct windows::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
§fn clone(&self) -> LATENCY_STAMP
fn clone(&self) -> LATENCY_STAMP
Returns a copy 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 more§impl Default for LATENCY_STAMP
impl Default for LATENCY_STAMP
impl Copy for LATENCY_STAMP
Auto Trait Implementations§
impl Freeze for LATENCY_STAMP
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)