Struct windows_sys::Wdk::Foundation::SECURITY_SUBJECT_CONTEXT
#[repr(C)]pub struct SECURITY_SUBJECT_CONTEXT {
pub ClientToken: *mut c_void,
pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
pub PrimaryToken: *mut c_void,
pub ProcessAuditId: *mut c_void,
}
Expand description
Required features: "Win32_Security"
Fields§
§ClientToken: *mut c_void
§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL
§PrimaryToken: *mut c_void
§ProcessAuditId: *mut c_void
Trait Implementations§
§impl Clone for SECURITY_SUBJECT_CONTEXT
impl Clone for SECURITY_SUBJECT_CONTEXT
impl Copy for SECURITY_SUBJECT_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for SECURITY_SUBJECT_CONTEXT
impl !Send for SECURITY_SUBJECT_CONTEXT
impl !Sync for SECURITY_SUBJECT_CONTEXT
impl Unpin for SECURITY_SUBJECT_CONTEXT
impl UnwindSafe for SECURITY_SUBJECT_CONTEXT
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