Struct windows_sys::Win32::NetworkManagement::NetManagement::USER_INFO_20
#[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,
}Fields§
§usri20_name: PWSTR§usri20_full_name: PWSTR§usri20_comment: PWSTR§usri20_flags: USER_ACCOUNT_FLAGS§usri20_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§
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