Struct RPC_SECURITY_QOS_V2_A
#[repr(C)]pub struct RPC_SECURITY_QOS_V2_A {
pub Version: u32,
pub Capabilities: RPC_C_QOS_CAPABILITIES,
pub IdentityTracking: RPC_C_QOS_IDENTITY,
pub ImpersonationType: RPC_C_IMP_LEVEL,
pub AdditionalSecurityInfoType: RPC_C_AUTHN_INFO_TYPE,
pub u: RPC_SECURITY_QOS_V2_A_0,
}
Fields§
§Version: u32
§Capabilities: RPC_C_QOS_CAPABILITIES
§IdentityTracking: RPC_C_QOS_IDENTITY
§ImpersonationType: RPC_C_IMP_LEVEL
§AdditionalSecurityInfoType: RPC_C_AUTHN_INFO_TYPE
§u: RPC_SECURITY_QOS_V2_A_0
Trait Implementations§
§impl Clone for RPC_SECURITY_QOS_V2_A
impl Clone for RPC_SECURITY_QOS_V2_A
§fn clone(&self) -> RPC_SECURITY_QOS_V2_A
fn clone(&self) -> RPC_SECURITY_QOS_V2_A
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 moreimpl Copy for RPC_SECURITY_QOS_V2_A
Auto Trait Implementations§
impl Freeze for RPC_SECURITY_QOS_V2_A
impl RefUnwindSafe for RPC_SECURITY_QOS_V2_A
impl !Send for RPC_SECURITY_QOS_V2_A
impl !Sync for RPC_SECURITY_QOS_V2_A
impl Unpin for RPC_SECURITY_QOS_V2_A
impl UnwindSafe for RPC_SECURITY_QOS_V2_A
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