STAT_WORKSTATION_0

Struct STAT_WORKSTATION_0 

Source
#[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: DWORD

Trait Implementations§

Source§

impl Clone for STAT_WORKSTATION_0

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Default for STAT_WORKSTATION_0

Source§

fn default() -> STAT_WORKSTATION_0

Returns the “default value” for a type. Read more
Source§

impl Copy for STAT_WORKSTATION_0

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.