Struct winapi::um::winnt::SE_IMPERSONATION_STATE
source · #[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_LEVELTrait Implementations§
source§impl Clone for SE_IMPERSONATION_STATE
impl Clone for SE_IMPERSONATION_STATE
source§fn clone(&self) -> SE_IMPERSONATION_STATE
fn clone(&self) -> SE_IMPERSONATION_STATE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for SE_IMPERSONATION_STATE
impl Default for SE_IMPERSONATION_STATE
source§fn default() -> SE_IMPERSONATION_STATE
fn default() -> SE_IMPERSONATION_STATE
Returns the “default value” for a type. Read more