#[repr(C)]pub struct SECURITY_QUALITY_OF_SERVICE {
    pub Length: DWORD,
    pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
    pub ContextTrackingMode: SECURITY_CONTEXT_TRACKING_MODE,
    pub EffectiveOnly: BOOLEAN,
}Fields§
§Length: DWORD§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL§ContextTrackingMode: SECURITY_CONTEXT_TRACKING_MODE§EffectiveOnly: BOOLEANTrait Implementations§
Source§impl Clone for SECURITY_QUALITY_OF_SERVICE
 
impl Clone for SECURITY_QUALITY_OF_SERVICE
Source§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 moreimpl Copy 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