[][src]Struct winapi::um::lmstats::STAT_SERVER_0

#[repr(C)]
pub struct STAT_SERVER_0 { pub sts0_start: DWORD, pub sts0_fopens: DWORD, pub sts0_devopens: DWORD, pub sts0_jobsqueued: DWORD, pub sts0_sopens: DWORD, pub sts0_stimedout: DWORD, pub sts0_serrorout: DWORD, pub sts0_pwerrors: DWORD, pub sts0_permerrors: DWORD, pub sts0_syserrors: DWORD, pub sts0_bytessent_low: DWORD, pub sts0_bytessent_high: DWORD, pub sts0_bytesrcvd_low: DWORD, pub sts0_bytesrcvd_high: DWORD, pub sts0_avresponse: DWORD, pub sts0_reqbufneed: DWORD, pub sts0_bigbufneed: DWORD, }

Fields

sts0_start: DWORDsts0_fopens: DWORDsts0_devopens: DWORDsts0_jobsqueued: DWORDsts0_sopens: DWORDsts0_stimedout: DWORDsts0_serrorout: DWORDsts0_pwerrors: DWORDsts0_permerrors: DWORDsts0_syserrors: DWORDsts0_bytessent_low: DWORDsts0_bytessent_high: DWORDsts0_bytesrcvd_low: DWORDsts0_bytesrcvd_high: DWORDsts0_avresponse: DWORDsts0_reqbufneed: DWORDsts0_bigbufneed: DWORD

Trait Implementations

impl Copy for STAT_SERVER_0[src]

impl Clone for STAT_SERVER_0[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for STAT_SERVER_0[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]