#[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: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.