#[repr(C)]
pub struct WKSTA_INFO_402 {
Show 21 fields pub wki402_char_wait: u32, pub wki402_collection_time: u32, pub wki402_maximum_collection_count: u32, pub wki402_keep_conn: u32, pub wki402_keep_search: u32, pub wki402_max_cmds: u32, pub wki402_num_work_buf: u32, pub wki402_siz_work_buf: u32, pub wki402_max_wrk_cache: u32, pub wki402_sess_timeout: u32, pub wki402_siz_error: u32, pub wki402_num_alerts: u32, pub wki402_num_services: u32, pub wki402_errlog_sz: u32, pub wki402_print_buf_time: u32, pub wki402_num_char_buf: u32, pub wki402_siz_char_buf: u32, pub wki402_wrk_heuristics: PWSTR, pub wki402_mailslots: u32, pub wki402_num_dgram_buf: u32, pub wki402_max_threads: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

wki402_char_wait: u32wki402_collection_time: u32wki402_maximum_collection_count: u32wki402_keep_conn: u32wki402_keep_search: u32wki402_max_cmds: u32wki402_num_work_buf: u32wki402_siz_work_buf: u32wki402_max_wrk_cache: u32wki402_sess_timeout: u32wki402_siz_error: u32wki402_num_alerts: u32wki402_num_services: u32wki402_errlog_sz: u32wki402_print_buf_time: u32wki402_num_char_buf: u32wki402_siz_char_buf: u32wki402_wrk_heuristics: PWSTRwki402_mailslots: u32wki402_num_dgram_buf: u32wki402_max_threads: 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.