#[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 duplicate 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 moreSource§impl Debug for _SECURITY_QUALITY_OF_SERVICE
impl Debug for _SECURITY_QUALITY_OF_SERVICE
impl 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