#[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 moreimpl Copy for SE_IMPERSONATION_STATE
Auto Trait Implementations§
impl Freeze for SE_IMPERSONATION_STATE
impl RefUnwindSafe for SE_IMPERSONATION_STATE
impl !Send for SE_IMPERSONATION_STATE
impl !Sync for SE_IMPERSONATION_STATE
impl Unpin for SE_IMPERSONATION_STATE
impl UnwindSafe for SE_IMPERSONATION_STATE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more