Struct windows_sys::Win32::Storage::Jet::JET_THREADSTATS2
#[repr(C)]pub struct JET_THREADSTATS2 {
pub cbStruct: u32,
pub cPageReferenced: u32,
pub cPageRead: u32,
pub cPagePreread: u32,
pub cPageDirtied: u32,
pub cPageRedirtied: u32,
pub cLogRecord: u32,
pub cbLogRecord: u32,
pub cusecPageCacheMiss: u64,
pub cPageCacheMiss: u32,
}Fields§
§cbStruct: u32§cPageReferenced: u32§cPageRead: u32§cPagePreread: u32§cPageDirtied: u32§cPageRedirtied: u32§cLogRecord: u32§cbLogRecord: u32§cusecPageCacheMiss: u64§cPageCacheMiss: u32Trait Implementations§
§impl Clone for JET_THREADSTATS2
impl Clone for JET_THREADSTATS2
impl Copy for JET_THREADSTATS2
Auto Trait Implementations§
impl RefUnwindSafe for JET_THREADSTATS2
impl Send for JET_THREADSTATS2
impl Sync for JET_THREADSTATS2
impl Unpin for JET_THREADSTATS2
impl UnwindSafe for JET_THREADSTATS2
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