#[repr(C)]
pub struct STAT_WORKSTATION_0 {
Show 40 fields pub StatisticsStartTime: i64, pub BytesReceived: i64, pub SmbsReceived: i64, pub PagingReadBytesRequested: i64, pub NonPagingReadBytesRequested: i64, pub CacheReadBytesRequested: i64, pub NetworkReadBytesRequested: i64, pub BytesTransmitted: i64, pub SmbsTransmitted: i64, pub PagingWriteBytesRequested: i64, pub NonPagingWriteBytesRequested: i64, pub CacheWriteBytesRequested: i64, pub NetworkWriteBytesRequested: i64, pub InitiallyFailedOperations: u32, pub FailedCompletionOperations: u32, pub ReadOperations: u32, pub RandomReadOperations: u32, pub ReadSmbs: u32, pub LargeReadSmbs: u32, pub SmallReadSmbs: u32, pub WriteOperations: u32, pub RandomWriteOperations: u32, pub WriteSmbs: u32, pub LargeWriteSmbs: u32, pub SmallWriteSmbs: u32, pub RawReadsDenied: u32, pub RawWritesDenied: u32, pub NetworkErrors: u32, pub Sessions: u32, pub FailedSessions: u32, pub Reconnects: u32, pub CoreConnects: u32, pub Lanman20Connects: u32, pub Lanman21Connects: u32, pub LanmanNtConnects: u32, pub ServerDisconnects: u32, pub HungSessions: u32, pub UseCount: u32, pub FailedUseCount: u32, pub CurrentCommands: u32,
}
Expand description

Required features: "Win32_Storage_FileSystem"

Fields

StatisticsStartTime: i64BytesReceived: i64SmbsReceived: i64PagingReadBytesRequested: i64NonPagingReadBytesRequested: i64CacheReadBytesRequested: i64NetworkReadBytesRequested: i64BytesTransmitted: i64SmbsTransmitted: i64PagingWriteBytesRequested: i64NonPagingWriteBytesRequested: i64CacheWriteBytesRequested: i64NetworkWriteBytesRequested: i64InitiallyFailedOperations: u32FailedCompletionOperations: u32ReadOperations: u32RandomReadOperations: u32ReadSmbs: u32LargeReadSmbs: u32SmallReadSmbs: u32WriteOperations: u32RandomWriteOperations: u32WriteSmbs: u32LargeWriteSmbs: u32SmallWriteSmbs: u32RawReadsDenied: u32RawWritesDenied: u32NetworkErrors: u32Sessions: u32FailedSessions: u32Reconnects: u32CoreConnects: u32Lanman20Connects: u32Lanman21Connects: u32LanmanNtConnects: u32ServerDisconnects: u32HungSessions: u32UseCount: u32FailedUseCount: u32CurrentCommands: 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.