Struct windows_sys::Win32::NetworkManagement::NetManagement::USER_INFO_11
#[repr(C)]pub struct USER_INFO_11 {Show 20 fields
pub usri11_name: PWSTR,
pub usri11_comment: PWSTR,
pub usri11_usr_comment: PWSTR,
pub usri11_full_name: PWSTR,
pub usri11_priv: USER_PRIV,
pub usri11_auth_flags: AF_OP,
pub usri11_password_age: u32,
pub usri11_home_dir: PWSTR,
pub usri11_parms: PWSTR,
pub usri11_last_logon: u32,
pub usri11_last_logoff: u32,
pub usri11_bad_pw_count: u32,
pub usri11_num_logons: u32,
pub usri11_logon_server: PWSTR,
pub usri11_country_code: u32,
pub usri11_workstations: PWSTR,
pub usri11_max_storage: u32,
pub usri11_units_per_week: u32,
pub usri11_logon_hours: *mut u8,
pub usri11_code_page: u32,
}
Fields§
§usri11_name: PWSTR
§usri11_comment: PWSTR
§usri11_usr_comment: PWSTR
§usri11_full_name: PWSTR
§usri11_priv: USER_PRIV
§usri11_auth_flags: AF_OP
§usri11_password_age: u32
§usri11_home_dir: PWSTR
§usri11_parms: PWSTR
§usri11_last_logon: u32
§usri11_last_logoff: u32
§usri11_bad_pw_count: u32
§usri11_num_logons: u32
§usri11_logon_server: PWSTR
§usri11_country_code: u32
§usri11_workstations: PWSTR
§usri11_max_storage: u32
§usri11_units_per_week: u32
§usri11_logon_hours: *mut u8
§usri11_code_page: u32
Trait Implementations§
§impl Clone for USER_INFO_11
impl Clone for USER_INFO_11
§fn clone(&self) -> USER_INFO_11
fn clone(&self) -> USER_INFO_11
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 moreimpl Copy for USER_INFO_11
Auto Trait Implementations§
impl Freeze for USER_INFO_11
impl RefUnwindSafe for USER_INFO_11
impl !Send for USER_INFO_11
impl !Sync for USER_INFO_11
impl Unpin for USER_INFO_11
impl UnwindSafe for USER_INFO_11
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)