#[repr(C)]
pub struct USER_INFO_3 {
Show 29 fields pub usri3_name: PWSTR, pub usri3_password: PWSTR, pub usri3_password_age: u32, pub usri3_priv: USER_PRIV, pub usri3_home_dir: PWSTR, pub usri3_comment: PWSTR, pub usri3_flags: USER_ACCOUNT_FLAGS, pub usri3_script_path: PWSTR, pub usri3_auth_flags: AF_OP, pub usri3_full_name: PWSTR, pub usri3_usr_comment: PWSTR, pub usri3_parms: PWSTR, pub usri3_workstations: PWSTR, pub usri3_last_logon: u32, pub usri3_last_logoff: u32, pub usri3_acct_expires: u32, pub usri3_max_storage: u32, pub usri3_units_per_week: u32, pub usri3_logon_hours: *mut u8, pub usri3_bad_pw_count: u32, pub usri3_num_logons: u32, pub usri3_logon_server: PWSTR, pub usri3_country_code: u32, pub usri3_code_page: u32, pub usri3_user_id: u32, pub usri3_primary_group_id: u32, pub usri3_profile: PWSTR, pub usri3_home_dir_drive: PWSTR, pub usri3_password_expired: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

usri3_name: PWSTRusri3_password: PWSTRusri3_password_age: u32usri3_priv: USER_PRIVusri3_home_dir: PWSTRusri3_comment: PWSTRusri3_flags: USER_ACCOUNT_FLAGSusri3_script_path: PWSTRusri3_auth_flags: AF_OPusri3_full_name: PWSTRusri3_usr_comment: PWSTRusri3_parms: PWSTRusri3_workstations: PWSTRusri3_last_logon: u32usri3_last_logoff: u32usri3_acct_expires: u32usri3_max_storage: u32usri3_units_per_week: u32usri3_logon_hours: *mut u8usri3_bad_pw_count: u32usri3_num_logons: u32usri3_logon_server: PWSTRusri3_country_code: u32usri3_code_page: u32usri3_user_id: u32usri3_primary_group_id: u32usri3_profile: PWSTRusri3_home_dir_drive: PWSTRusri3_password_expired: 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.