Struct winapi::um::winnt::SE_IMPERSONATION_STATE [−][src]
#[repr(C)]pub struct SE_IMPERSONATION_STATE {
pub Token: PACCESS_TOKEN,
pub CopyOnOpen: BOOLEAN,
pub EffectiveOnly: BOOLEAN,
pub Level: SECURITY_IMPERSONATION_LEVEL,
}
Fields
Token: PACCESS_TOKEN
CopyOnOpen: BOOLEAN
EffectiveOnly: BOOLEAN
Level: SECURITY_IMPERSONATION_LEVEL
Trait Implementations
Returns the “default value” for a type. Read more