#[repr(C)]pub struct STAT_WORKSTATION_0 {Show 40 fields
pub StatisticsStartTime: LARGE_INTEGER,
pub BytesReceived: LARGE_INTEGER,
pub SmbsReceived: LARGE_INTEGER,
pub PagingReadBytesRequested: LARGE_INTEGER,
pub NonPagingReadBytesRequested: LARGE_INTEGER,
pub CacheReadBytesRequested: LARGE_INTEGER,
pub NetworkReadBytesRequested: LARGE_INTEGER,
pub BytesTransmitted: LARGE_INTEGER,
pub SmbsTransmitted: LARGE_INTEGER,
pub PagingWriteBytesRequested: LARGE_INTEGER,
pub NonPagingWriteBytesRequested: LARGE_INTEGER,
pub CacheWriteBytesRequested: LARGE_INTEGER,
pub NetworkWriteBytesRequested: LARGE_INTEGER,
pub InitiallyFailedOperations: DWORD,
pub FailedCompletionOperations: DWORD,
pub ReadOperations: DWORD,
pub RandomReadOperations: DWORD,
pub ReadSmbs: DWORD,
pub LargeReadSmbs: DWORD,
pub SmallReadSmbs: DWORD,
pub WriteOperations: DWORD,
pub RandomWriteOperations: DWORD,
pub WriteSmbs: DWORD,
pub LargeWriteSmbs: DWORD,
pub SmallWriteSmbs: DWORD,
pub RawReadsDenied: DWORD,
pub RawWritesDenied: DWORD,
pub NetworkErrors: DWORD,
pub Sessions: DWORD,
pub FailedSessions: DWORD,
pub Reconnects: DWORD,
pub CoreConnects: DWORD,
pub Lanman20Connects: DWORD,
pub Lanman21Connects: DWORD,
pub LanmanNtConnects: DWORD,
pub ServerDisconnects: DWORD,
pub HungSessions: DWORD,
pub UseCount: DWORD,
pub FailedUseCount: DWORD,
pub CurrentCommands: DWORD,
}Fields§
§StatisticsStartTime: LARGE_INTEGER§BytesReceived: LARGE_INTEGER§SmbsReceived: LARGE_INTEGER§PagingReadBytesRequested: LARGE_INTEGER§NonPagingReadBytesRequested: LARGE_INTEGER§CacheReadBytesRequested: LARGE_INTEGER§NetworkReadBytesRequested: LARGE_INTEGER§BytesTransmitted: LARGE_INTEGER§SmbsTransmitted: LARGE_INTEGER§PagingWriteBytesRequested: LARGE_INTEGER§NonPagingWriteBytesRequested: LARGE_INTEGER§CacheWriteBytesRequested: LARGE_INTEGER§NetworkWriteBytesRequested: LARGE_INTEGER§InitiallyFailedOperations: DWORD§FailedCompletionOperations: DWORD§ReadOperations: DWORD§RandomReadOperations: DWORD§ReadSmbs: DWORD§LargeReadSmbs: DWORD§SmallReadSmbs: DWORD§WriteOperations: DWORD§RandomWriteOperations: DWORD§WriteSmbs: DWORD§LargeWriteSmbs: DWORD§SmallWriteSmbs: DWORD§RawReadsDenied: DWORD§RawWritesDenied: DWORD§NetworkErrors: DWORD§Sessions: DWORD§FailedSessions: DWORD§Reconnects: DWORD§CoreConnects: DWORD§Lanman20Connects: DWORD§Lanman21Connects: DWORD§LanmanNtConnects: DWORD§ServerDisconnects: DWORD§HungSessions: DWORD§UseCount: DWORD§FailedUseCount: DWORD§CurrentCommands: DWORDTrait Implementations§
Source§impl Clone for STAT_WORKSTATION_0
impl Clone for STAT_WORKSTATION_0
Source§fn clone(&self) -> STAT_WORKSTATION_0
fn clone(&self) -> STAT_WORKSTATION_0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for STAT_WORKSTATION_0
impl Default for STAT_WORKSTATION_0
Source§fn default() -> STAT_WORKSTATION_0
fn default() -> STAT_WORKSTATION_0
Returns the “default value” for a type. Read more
impl Copy for STAT_WORKSTATION_0
Auto Trait Implementations§
impl Freeze for STAT_WORKSTATION_0
impl RefUnwindSafe for STAT_WORKSTATION_0
impl Send for STAT_WORKSTATION_0
impl Sync for STAT_WORKSTATION_0
impl Unpin for STAT_WORKSTATION_0
impl UnwindSafe for STAT_WORKSTATION_0
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