Struct windows_native::ntexapi::ST_IO_STATS
source ยท #[repr(C)]pub struct ST_IO_STATS {
pub PeriodCount: u32,
pub Periods: [ST_IO_STATS_PERIOD; 64],
}Fieldsยง
ยงPeriodCount: u32ยงPeriods: [ST_IO_STATS_PERIOD; 64]Trait Implementationsยง
sourceยงimpl Debug for ST_IO_STATS
impl Debug for ST_IO_STATS
Auto Trait Implementationsยง
impl RefUnwindSafe for ST_IO_STATS
impl Send for ST_IO_STATS
impl Sync for ST_IO_STATS
impl Unpin for ST_IO_STATS
impl UnwindSafe for ST_IO_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