Struct windows::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,
}
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
§fn clone(&self) -> SECURITY_CLIENT_CONTEXT
fn clone(&self) -> SECURITY_CLIENT_CONTEXT
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 more§impl Debug for SECURITY_CLIENT_CONTEXT
impl Debug for SECURITY_CLIENT_CONTEXT
§impl Default for SECURITY_CLIENT_CONTEXT
impl Default for SECURITY_CLIENT_CONTEXT
§impl PartialEq for SECURITY_CLIENT_CONTEXT
impl PartialEq for SECURITY_CLIENT_CONTEXT
§fn eq(&self, other: &SECURITY_CLIENT_CONTEXT) -> bool
fn eq(&self, other: &SECURITY_CLIENT_CONTEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SECURITY_CLIENT_CONTEXT
impl Eq for SECURITY_CLIENT_CONTEXT
impl StructuralPartialEq for SECURITY_CLIENT_CONTEXT
Auto Trait Implementations§
impl Freeze for SECURITY_CLIENT_CONTEXT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)