Struct winapi::um::winnt::SECURITY_QUALITY_OF_SERVICE [−][src]
#[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
Returns the “default value” for a type. Read more