#[repr(C)]pub struct SECURITY_QUALITY_OF_SERVICE {
pub Length: u32,
pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
pub ContextTrackingMode: u8,
pub EffectiveOnly: BOOLEAN,
}Expand description
Required features: "Win32_Security", "Win32_Foundation"
Fields
Length: u32ImpersonationLevel: SECURITY_IMPERSONATION_LEVELContextTrackingMode: u8EffectiveOnly: BOOLEANTrait Implementations
impl Clone for SECURITY_QUALITY_OF_SERVICE
impl Clone for SECURITY_QUALITY_OF_SERVICE
impl Copy for SECURITY_QUALITY_OF_SERVICE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more