#[repr(C)]pub struct USER_INFO_20 {
pub usri20_name: PWSTR,
pub usri20_full_name: PWSTR,
pub usri20_comment: PWSTR,
pub usri20_flags: USER_ACCOUNT_FLAGS,
pub usri20_user_id: u32,
}Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
usri20_name: PWSTRusri20_full_name: PWSTRusri20_comment: PWSTRusri20_flags: USER_ACCOUNT_FLAGSusri20_user_id: u32Trait Implementations
impl Clone for USER_INFO_20
impl Clone for USER_INFO_20
impl Copy for USER_INFO_20
Auto Trait Implementations
impl RefUnwindSafe for USER_INFO_20
impl !Send for USER_INFO_20
impl !Sync for USER_INFO_20
impl Unpin for USER_INFO_20
impl UnwindSafe for USER_INFO_20
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more