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: DWORDImpersonationLevel: SECURITY_IMPERSONATION_LEVELContextTrackingMode: SECURITY_CONTEXT_TRACKING_MODEEffectiveOnly: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more