Struct windows_sys::Wdk::Storage::FileSystem::SECURITY_CLIENT_CONTEXT
#[repr(C)]pub struct SECURITY_CLIENT_CONTEXT {
pub SecurityQos: SECURITY_QUALITY_OF_SERVICE,
pub ClientToken: *mut c_void,
pub DirectlyAccessClientToken: BOOLEAN,
pub DirectAccessEffectiveOnly: BOOLEAN,
pub ServerIsRemote: BOOLEAN,
pub ClientTokenControl: TOKEN_CONTROL,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security"
Fields§
§SecurityQos: SECURITY_QUALITY_OF_SERVICE
§ClientToken: *mut c_void
§DirectlyAccessClientToken: BOOLEAN
§DirectAccessEffectiveOnly: BOOLEAN
§ServerIsRemote: BOOLEAN
§ClientTokenControl: TOKEN_CONTROL
Trait Implementations§
§impl Clone for SECURITY_CLIENT_CONTEXT
impl Clone for SECURITY_CLIENT_CONTEXT
impl Copy for SECURITY_CLIENT_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for SECURITY_CLIENT_CONTEXT
impl !Send for SECURITY_CLIENT_CONTEXT
impl !Sync for SECURITY_CLIENT_CONTEXT
impl Unpin for SECURITY_CLIENT_CONTEXT
impl UnwindSafe for SECURITY_CLIENT_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