#[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_NetworkManagement_NetManagement", "Win32_Foundation"
Fields
usri24_internet_identity: BOOLusri24_flags: u32usri24_internet_provider_name: PWSTRusri24_internet_principal_name: PWSTRusri24_user_sid: PSIDTrait 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
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