Struct windows::Win32::Security::SECURITY_QUALITY_OF_SERVICE
#[repr(C)]pub struct SECURITY_QUALITY_OF_SERVICE {
pub Length: u32,
pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
pub ContextTrackingMode: u8,
pub EffectiveOnly: BOOLEAN,
}
Fields§
§Length: u32
§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL
§ContextTrackingMode: u8
§EffectiveOnly: BOOLEAN
Trait Implementations§
§impl Clone for SECURITY_QUALITY_OF_SERVICE
impl Clone for SECURITY_QUALITY_OF_SERVICE
§fn clone(&self) -> SECURITY_QUALITY_OF_SERVICE
fn clone(&self) -> SECURITY_QUALITY_OF_SERVICE
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_QUALITY_OF_SERVICE
impl Debug for SECURITY_QUALITY_OF_SERVICE
§impl Default for SECURITY_QUALITY_OF_SERVICE
impl Default for SECURITY_QUALITY_OF_SERVICE
§impl PartialEq for SECURITY_QUALITY_OF_SERVICE
impl PartialEq for SECURITY_QUALITY_OF_SERVICE
§fn eq(&self, other: &SECURITY_QUALITY_OF_SERVICE) -> bool
fn eq(&self, other: &SECURITY_QUALITY_OF_SERVICE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SECURITY_QUALITY_OF_SERVICE
impl Eq for SECURITY_QUALITY_OF_SERVICE
impl StructuralPartialEq for SECURITY_QUALITY_OF_SERVICE
Auto Trait Implementations§
impl Freeze for SECURITY_QUALITY_OF_SERVICE
impl RefUnwindSafe for SECURITY_QUALITY_OF_SERVICE
impl Send for SECURITY_QUALITY_OF_SERVICE
impl Sync for SECURITY_QUALITY_OF_SERVICE
impl Unpin for SECURITY_QUALITY_OF_SERVICE
impl UnwindSafe for SECURITY_QUALITY_OF_SERVICE
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
)