Struct winapi::rpcdce::RPC_SECURITY_QOS_V4_A [] [src]

pub struct RPC_SECURITY_QOS_V4_A {
    pub Version: c_ulong,
    pub Capabilities: c_ulong,
    pub IdentityTracking: c_ulong,
    pub ImpersonationType: c_ulong,
    pub AdditionalSecurityInfoType: c_ulong,
    pub u: RPC_SECURITY_QOS_V4_A_union,
    pub Sid: *mut c_void,
    pub EffectiveOnly: c_uint,
}

Fields

Version: c_ulong Capabilities: c_ulong IdentityTracking: c_ulong ImpersonationType: c_ulong AdditionalSecurityInfoType: c_ulong u: RPC_SECURITY_QOS_V4_A_union Sid: *mut c_void EffectiveOnly: c_uint

Trait Implementations

impl Debug for RPC_SECURITY_QOS_V4_A
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for RPC_SECURITY_QOS_V4_A
[src]

impl Clone for RPC_SECURITY_QOS_V4_A
[src]

fn clone(&self) -> RPC_SECURITY_QOS_V4_A

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