Struct windows_sys::Win32::Storage::FileSystem::STAT_WORKSTATION_0
#[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,
}
Fields§
§StatisticsStartTime: i64
§BytesReceived: i64
§SmbsReceived: i64
§PagingReadBytesRequested: i64
§NonPagingReadBytesRequested: i64
§CacheReadBytesRequested: i64
§NetworkReadBytesRequested: i64
§BytesTransmitted: i64
§SmbsTransmitted: i64
§PagingWriteBytesRequested: i64
§NonPagingWriteBytesRequested: i64
§CacheWriteBytesRequested: i64
§NetworkWriteBytesRequested: i64
§InitiallyFailedOperations: u32
§FailedCompletionOperations: u32
§ReadOperations: u32
§RandomReadOperations: u32
§ReadSmbs: u32
§LargeReadSmbs: u32
§SmallReadSmbs: u32
§WriteOperations: u32
§RandomWriteOperations: u32
§WriteSmbs: u32
§LargeWriteSmbs: u32
§SmallWriteSmbs: u32
§RawReadsDenied: u32
§RawWritesDenied: u32
§NetworkErrors: u32
§Sessions: u32
§FailedSessions: u32
§Reconnects: u32
§CoreConnects: u32
§Lanman20Connects: u32
§Lanman21Connects: u32
§LanmanNtConnects: u32
§ServerDisconnects: u32
§HungSessions: u32
§UseCount: u32
§FailedUseCount: u32
§CurrentCommands: u32
Trait Implementations§
§impl Clone for STAT_WORKSTATION_0
impl Clone for STAT_WORKSTATION_0
§fn clone(&self) -> STAT_WORKSTATION_0
fn clone(&self) -> STAT_WORKSTATION_0
Returns a copy 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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)