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