Struct win_sys::FileSystem::STAT_SERVER_0[][src]

#[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

Formats the value using the given formatter. Read more

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.