#[repr(C)]pub struct SECURITY_QUALITY_OF_SERVICE {
pub Length: u32,
pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
pub ContextTrackingMode: u8,
pub EffectiveOnly: u8,
}Fields§
§Length: u32§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL§ContextTrackingMode: u8§EffectiveOnly: u8Trait Implementations§
Source§impl Abi for SECURITY_QUALITY_OF_SERVICE
impl Abi for SECURITY_QUALITY_OF_SERVICE
Source§type Abi = SECURITY_QUALITY_OF_SERVICE
type Abi = SECURITY_QUALITY_OF_SERVICE
The abi representation of the implementing type. Read more
type DefaultType = SECURITY_QUALITY_OF_SERVICE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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
impl Copy for SECURITY_QUALITY_OF_SERVICE
impl Eq 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