Union win_sys::SystemServices::SE_TOKEN_USER_0 [−][src]
#[repr(C)]
pub union SE_TOKEN_USER_0 {
pub TokenUser: TOKEN_USER,
pub User: SID_AND_ATTRIBUTES,
}Fields
TokenUser: TOKEN_USERUser: SID_AND_ATTRIBUTESTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SE_TOKEN_USER_0
impl Send for SE_TOKEN_USER_0
impl Sync for SE_TOKEN_USER_0
impl Unpin for SE_TOKEN_USER_0
impl UnwindSafe for SE_TOKEN_USER_0
Blanket Implementations
Mutably borrows from an owned value. Read more