#[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§
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 moreSource§impl Debug for _SECURITY_QUALITY_OF_SERVICE
impl Debug for _SECURITY_QUALITY_OF_SERVICE
Source§impl Ord for _SECURITY_QUALITY_OF_SERVICE
impl Ord for _SECURITY_QUALITY_OF_SERVICE
Source§fn cmp(&self, other: &_SECURITY_QUALITY_OF_SERVICE) -> Ordering
fn cmp(&self, other: &_SECURITY_QUALITY_OF_SERVICE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SECURITY_QUALITY_OF_SERVICE
impl PartialEq for _SECURITY_QUALITY_OF_SERVICE
Source§fn eq(&self, other: &_SECURITY_QUALITY_OF_SERVICE) -> bool
fn eq(&self, other: &_SECURITY_QUALITY_OF_SERVICE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _SECURITY_QUALITY_OF_SERVICE
impl PartialOrd for _SECURITY_QUALITY_OF_SERVICE
impl Copy for _SECURITY_QUALITY_OF_SERVICE
impl Eq for _SECURITY_QUALITY_OF_SERVICE
impl StructuralPartialEq 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