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