#[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 duplicate 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 Debug for _SE_IMPERSONATION_STATE
impl Debug for _SE_IMPERSONATION_STATE
impl 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