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