Struct win_sys::SystemServices::TOKEN_SID_INFORMATION [−][src]
#[repr(C)]pub struct TOKEN_SID_INFORMATION {
pub Sid: PSID,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
Sid: PSIDTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_SID_INFORMATION
impl Send for TOKEN_SID_INFORMATION
impl Sync for TOKEN_SID_INFORMATION
impl Unpin for TOKEN_SID_INFORMATION
impl UnwindSafe for TOKEN_SID_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more