Struct windows_sys::Wdk::Foundation::IO_SECURITY_CONTEXT
#[repr(C)]pub struct IO_SECURITY_CONTEXT {
pub SecurityQos: *mut SECURITY_QUALITY_OF_SERVICE,
pub AccessState: *mut ACCESS_STATE,
pub DesiredAccess: u32,
pub FullCreateOptions: u32,
}
Expand description
Required features: "Wdk_System_SystemServices"
, "Win32_Foundation"
, "Win32_Security"
Fields§
§SecurityQos: *mut SECURITY_QUALITY_OF_SERVICE
§AccessState: *mut ACCESS_STATE
§DesiredAccess: u32
§FullCreateOptions: u32
Trait Implementations§
§impl Clone for IO_SECURITY_CONTEXT
impl Clone for IO_SECURITY_CONTEXT
impl Copy for IO_SECURITY_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for IO_SECURITY_CONTEXT
impl !Send for IO_SECURITY_CONTEXT
impl !Sync for IO_SECURITY_CONTEXT
impl Unpin for IO_SECURITY_CONTEXT
impl UnwindSafe for IO_SECURITY_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