#[repr(C)]
pub struct WKSTA_INFO_302 {
Show 20 fields pub wki302_char_wait: u32, pub wki302_collection_time: u32, pub wki302_maximum_collection_count: u32, pub wki302_keep_conn: u32, pub wki302_keep_search: u32, pub wki302_max_cmds: u32, pub wki302_num_work_buf: u32, pub wki302_siz_work_buf: u32, pub wki302_max_wrk_cache: u32, pub wki302_sess_timeout: u32, pub wki302_siz_error: u32, pub wki302_num_alerts: u32, pub wki302_num_services: u32, pub wki302_errlog_sz: u32, pub wki302_print_buf_time: u32, pub wki302_num_char_buf: u32, pub wki302_siz_char_buf: u32, pub wki302_wrk_heuristics: PWSTR, pub wki302_mailslots: u32, pub wki302_num_dgram_buf: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

wki302_char_wait: u32wki302_collection_time: u32wki302_maximum_collection_count: u32wki302_keep_conn: u32wki302_keep_search: u32wki302_max_cmds: u32wki302_num_work_buf: u32wki302_siz_work_buf: u32wki302_max_wrk_cache: u32wki302_sess_timeout: u32wki302_siz_error: u32wki302_num_alerts: u32wki302_num_services: u32wki302_errlog_sz: u32wki302_print_buf_time: u32wki302_num_char_buf: u32wki302_siz_char_buf: u32wki302_wrk_heuristics: PWSTRwki302_mailslots: u32wki302_num_dgram_buf: 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.