#[repr(C)]pub struct sqlperf {Show 33 fields
pub TimerResolution: u32,
pub SQLidu: u32,
pub SQLiduRows: u32,
pub SQLSelects: u32,
pub SQLSelectRows: u32,
pub Transactions: u32,
pub SQLPrepares: u32,
pub ExecDirects: u32,
pub SQLExecutes: u32,
pub CursorOpens: u32,
pub CursorSize: u32,
pub CursorUsed: u32,
pub PercentCursorUsed: f64,
pub AvgFetchTime: f64,
pub AvgCursorSize: f64,
pub AvgCursorUsed: f64,
pub SQLFetchTime: u32,
pub SQLFetchCount: u32,
pub CurrentStmtCount: u32,
pub MaxOpenStmt: u32,
pub SumOpenStmt: u32,
pub CurrentConnectionCount: u32,
pub MaxConnectionsOpened: u32,
pub SumConnectionsOpened: u32,
pub SumConnectiontime: u32,
pub AvgTimeOpened: f64,
pub ServerRndTrips: u32,
pub BuffersSent: u32,
pub BuffersRec: u32,
pub BytesSent: u32,
pub BytesRec: u32,
pub msExecutionTime: u32,
pub msNetWorkServerTime: u32,
}Expand description
Required features: ‘Win32_System_Search’
Fields
TimerResolution: u32SQLidu: u32SQLiduRows: u32SQLSelects: u32SQLSelectRows: u32Transactions: u32SQLPrepares: u32ExecDirects: u32SQLExecutes: u32CursorOpens: u32CursorSize: u32CursorUsed: u32PercentCursorUsed: f64AvgFetchTime: f64AvgCursorSize: f64AvgCursorUsed: f64SQLFetchTime: u32SQLFetchCount: u32CurrentStmtCount: u32MaxOpenStmt: u32SumOpenStmt: u32CurrentConnectionCount: u32MaxConnectionsOpened: u32SumConnectionsOpened: u32SumConnectiontime: u32AvgTimeOpened: f64ServerRndTrips: u32BuffersSent: u32BuffersRec: u32BytesSent: u32BytesRec: u32msExecutionTime: u32msNetWorkServerTime: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sqlperf
impl Send for sqlperf
impl Sync for sqlperf
impl Unpin for sqlperf
impl UnwindSafe for sqlperf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more