Struct winapi::rpcdce::RPC_SECURITY_QOS
[−]
[src]
pub struct RPC_SECURITY_QOS { pub Version: c_ulong, pub Capabilities: c_ulong, pub IdentityTracking: c_ulong, pub ImpersonationType: c_ulong, }
Fields
Version | |
Capabilities | |
IdentityTracking | |
ImpersonationType |
Trait Implementations
impl Copy for RPC_SECURITY_QOS
[src]
impl Clone for RPC_SECURITY_QOS
[src]
fn clone(&self) -> RPC_SECURITY_QOS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more