Struct windows_sys::Win32::Security::Authorization::UI::SID_INFO
[−]#[repr(C)]pub struct SID_INFO {
pub pSid: PSID,
pub pwzCommonName: PWSTR,
pub pwzClass: PWSTR,
pub pwzUPN: PWSTR,
}
Expand description
Required features: "Win32_Security_Authorization_UI"
, "Win32_Foundation"
Fields
pSid: PSID
pwzCommonName: PWSTR
pwzClass: PWSTR
pwzUPN: PWSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SID_INFO
impl !Send for SID_INFO
impl !Sync for SID_INFO
impl Unpin for SID_INFO
impl UnwindSafe for SID_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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