Struct windows_sys::Win32::Security::SE_IMPERSONATION_STATE
[−]#[repr(C)]pub struct SE_IMPERSONATION_STATE {
pub Token: *mut c_void,
pub CopyOnOpen: BOOLEAN,
pub EffectiveOnly: BOOLEAN,
pub Level: SECURITY_IMPERSONATION_LEVEL,
}
Expand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
Fields
Token: *mut c_void
CopyOnOpen: BOOLEAN
EffectiveOnly: BOOLEAN
Level: SECURITY_IMPERSONATION_LEVEL
Trait Implementations
impl Clone for SE_IMPERSONATION_STATE
impl Clone for SE_IMPERSONATION_STATE
impl Copy for SE_IMPERSONATION_STATE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more