Struct windows_sys::Win32::NetworkManagement::NetManagement::USER_INFO_24
#[repr(C)]pub struct USER_INFO_24 {
pub usri24_internet_identity: BOOL,
pub usri24_flags: u32,
pub usri24_internet_provider_name: PWSTR,
pub usri24_internet_principal_name: PWSTR,
pub usri24_user_sid: PSID,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§usri24_internet_identity: BOOL
§usri24_flags: u32
§usri24_internet_provider_name: PWSTR
§usri24_internet_principal_name: PWSTR
§usri24_user_sid: PSID
Trait Implementations§
§impl Clone for USER_INFO_24
impl Clone for USER_INFO_24
impl Copy for USER_INFO_24
Auto Trait Implementations§
impl RefUnwindSafe for USER_INFO_24
impl !Send for USER_INFO_24
impl !Sync for USER_INFO_24
impl Unpin for USER_INFO_24
impl UnwindSafe for USER_INFO_24
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