#[repr(C)]pub struct USER_INFO_3 {Show 29 fields
pub usri3_name: LPWSTR,
pub usri3_password: LPWSTR,
pub usri3_password_age: DWORD,
pub usri3_priv: DWORD,
pub usri3_home_dir: LPWSTR,
pub usri3_comment: LPWSTR,
pub usri3_flags: DWORD,
pub usri3_script_path: LPWSTR,
pub usri3_auth_flags: DWORD,
pub usri3_full_name: LPWSTR,
pub usri3_usr_comment: LPWSTR,
pub usri3_parms: LPWSTR,
pub usri3_workstations: LPWSTR,
pub usri3_last_logon: DWORD,
pub usri3_last_logoff: DWORD,
pub usri3_acct_expires: DWORD,
pub usri3_max_storage: DWORD,
pub usri3_units_per_week: DWORD,
pub usri3_logon_hours: PBYTE,
pub usri3_bad_pw_count: DWORD,
pub usri3_num_logons: DWORD,
pub usri3_logon_server: LPWSTR,
pub usri3_country_code: DWORD,
pub usri3_code_page: DWORD,
pub usri3_user_id: DWORD,
pub usri3_primary_group_id: DWORD,
pub usri3_profile: LPWSTR,
pub usri3_home_dir_drive: LPWSTR,
pub usri3_password_expired: DWORD,
}
Fields§
§usri3_name: LPWSTR
§usri3_password: LPWSTR
§usri3_password_age: DWORD
§usri3_priv: DWORD
§usri3_home_dir: LPWSTR
§usri3_comment: LPWSTR
§usri3_flags: DWORD
§usri3_script_path: LPWSTR
§usri3_auth_flags: DWORD
§usri3_full_name: LPWSTR
§usri3_usr_comment: LPWSTR
§usri3_parms: LPWSTR
§usri3_workstations: LPWSTR
§usri3_last_logon: DWORD
§usri3_last_logoff: DWORD
§usri3_acct_expires: DWORD
§usri3_max_storage: DWORD
§usri3_units_per_week: DWORD
§usri3_logon_hours: PBYTE
§usri3_bad_pw_count: DWORD
§usri3_num_logons: DWORD
§usri3_logon_server: LPWSTR
§usri3_country_code: DWORD
§usri3_code_page: DWORD
§usri3_user_id: DWORD
§usri3_primary_group_id: DWORD
§usri3_profile: LPWSTR
§usri3_home_dir_drive: LPWSTR
§usri3_password_expired: DWORD
Trait Implementations§
Source§impl Clone for USER_INFO_3
impl Clone for USER_INFO_3
Source§fn clone(&self) -> USER_INFO_3
fn clone(&self) -> USER_INFO_3
Returns a copy 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 USER_INFO_3
impl Default for USER_INFO_3
Source§fn default() -> USER_INFO_3
fn default() -> USER_INFO_3
Returns the “default value” for a type. Read more
impl Copy for USER_INFO_3
Auto Trait Implementations§
impl Freeze for USER_INFO_3
impl RefUnwindSafe for USER_INFO_3
impl !Send for USER_INFO_3
impl !Sync for USER_INFO_3
impl Unpin for USER_INFO_3
impl UnwindSafe for USER_INFO_3
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