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

Required features: "Win32_Storage_FileSystem"

Fields

sts0_start: u32sts0_fopens: u32sts0_devopens: u32sts0_jobsqueued: u32sts0_sopens: u32sts0_stimedout: u32sts0_serrorout: u32sts0_pwerrors: u32sts0_permerrors: u32sts0_syserrors: u32sts0_bytessent_low: u32sts0_bytessent_high: u32sts0_bytesrcvd_low: u32sts0_bytesrcvd_high: u32sts0_avresponse: u32sts0_reqbufneed: u32sts0_bigbufneed: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.