Struct win_sys::FileSystem::STAT_WORKSTATION_0
source · [−]#[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: u32Trait Implementations
sourceimpl Clone for STAT_WORKSTATION_0
impl Clone for STAT_WORKSTATION_0
sourcepub fn clone(&self) -> STAT_WORKSTATION_0
pub fn clone(&self) -> STAT_WORKSTATION_0
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for STAT_WORKSTATION_0
impl Debug for STAT_WORKSTATION_0
sourceimpl Default for STAT_WORKSTATION_0
impl Default for STAT_WORKSTATION_0
sourcepub fn default() -> STAT_WORKSTATION_0
pub fn default() -> STAT_WORKSTATION_0
Returns the “default value” for a type. Read more
impl Copy for STAT_WORKSTATION_0
impl Eq for STAT_WORKSTATION_0
Auto Trait Implementations
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
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more