Struct windows_native::ntexapi::ST_STATS_2
source ยท #[repr(C)]pub struct ST_STATS_2 {
pub IoStats: ST_IO_STATS,
pub ReadLatencyStats: ST_READ_LATENCY_STATS,
}Fieldsยง
ยงIoStats: ST_IO_STATSยงReadLatencyStats: ST_READ_LATENCY_STATSTrait Implementationsยง
sourceยงimpl Debug for ST_STATS_2
impl Debug for ST_STATS_2
Auto Trait Implementationsยง
impl RefUnwindSafe for ST_STATS_2
impl Send for ST_STATS_2
impl Sync for ST_STATS_2
impl Unpin for ST_STATS_2
impl UnwindSafe for ST_STATS_2
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