#[repr(C)]pub struct STAT_SERVER_0 {Show 17 fields
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: DWORD
§sts0_fopens: DWORD
§sts0_devopens: DWORD
§sts0_jobsqueued: DWORD
§sts0_sopens: DWORD
§sts0_stimedout: DWORD
§sts0_serrorout: DWORD
§sts0_pwerrors: DWORD
§sts0_permerrors: DWORD
§sts0_syserrors: DWORD
§sts0_bytessent_low: DWORD
§sts0_bytessent_high: DWORD
§sts0_bytesrcvd_low: DWORD
§sts0_bytesrcvd_high: DWORD
§sts0_avresponse: DWORD
§sts0_reqbufneed: DWORD
§sts0_bigbufneed: DWORD
Trait Implementations§
Source§impl Clone for STAT_SERVER_0
impl Clone for STAT_SERVER_0
Source§fn clone(&self) -> STAT_SERVER_0
fn clone(&self) -> STAT_SERVER_0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for STAT_SERVER_0
impl Default for STAT_SERVER_0
Source§fn default() -> STAT_SERVER_0
fn default() -> STAT_SERVER_0
Returns the “default value” for a type. Read more
impl Copy for STAT_SERVER_0
Auto Trait Implementations§
impl Freeze for STAT_SERVER_0
impl RefUnwindSafe for STAT_SERVER_0
impl Send for STAT_SERVER_0
impl Sync for STAT_SERVER_0
impl Unpin for STAT_SERVER_0
impl UnwindSafe for STAT_SERVER_0
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more