[][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 Clone for STAT_SERVER_0[src]

impl Copy for STAT_SERVER_0[src]

impl Default for STAT_SERVER_0[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.