Struct windows_sys::Win32::Storage::Jet::JET_THREADSTATS
[−]#[repr(C)]pub struct JET_THREADSTATS {
pub cbStruct: u32,
pub cPageReferenced: u32,
pub cPageRead: u32,
pub cPagePreread: u32,
pub cPageDirtied: u32,
pub cPageRedirtied: u32,
pub cLogRecord: u32,
pub cbLogRecord: u32,
}Expand description
Required features: "Win32_Storage_Jet"
Fields
cbStruct: u32cPageReferenced: u32cPageRead: u32cPagePreread: u32cPageDirtied: u32cPageRedirtied: u32cLogRecord: u32cbLogRecord: u32Trait Implementations
impl Clone for JET_THREADSTATS
impl Clone for JET_THREADSTATS
impl Copy for JET_THREADSTATS
Auto Trait Implementations
impl RefUnwindSafe for JET_THREADSTATS
impl Send for JET_THREADSTATS
impl Sync for JET_THREADSTATS
impl Unpin for JET_THREADSTATS
impl UnwindSafe for JET_THREADSTATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more