#[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: BOOLEAN
Trait Implementations
sourceimpl Clone for SECURITY_QUALITY_OF_SERVICE
impl Clone for SECURITY_QUALITY_OF_SERVICE
sourcefn clone(&self) -> SECURITY_QUALITY_OF_SERVICE
fn clone(&self) -> SECURITY_QUALITY_OF_SERVICE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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