#[repr(C)]pub struct USER_INFO_1 {
pub usri1_name: LPWSTR,
pub usri1_password: LPWSTR,
pub usri1_password_age: DWORD,
pub usri1_priv: DWORD,
pub usri1_home_dir: LPWSTR,
pub usri1_comment: LPWSTR,
pub usri1_flags: DWORD,
pub usri1_script_path: LPWSTR,
}
Fields§
§usri1_name: LPWSTR
§usri1_password: LPWSTR
§usri1_password_age: DWORD
§usri1_priv: DWORD
§usri1_home_dir: LPWSTR
§usri1_comment: LPWSTR
§usri1_flags: DWORD
§usri1_script_path: LPWSTR
Trait Implementations§
Source§impl Clone for USER_INFO_1
impl Clone for USER_INFO_1
Source§fn clone(&self) -> USER_INFO_1
fn clone(&self) -> USER_INFO_1
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_1
impl Default for USER_INFO_1
Source§fn default() -> USER_INFO_1
fn default() -> USER_INFO_1
Returns the “default value” for a type. Read more
impl Copy for USER_INFO_1
Auto Trait Implementations§
impl Freeze for USER_INFO_1
impl RefUnwindSafe for USER_INFO_1
impl !Send for USER_INFO_1
impl !Sync for USER_INFO_1
impl Unpin for USER_INFO_1
impl UnwindSafe for USER_INFO_1
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