Struct winapi::rpcdce::RPC_SECURITY_QOS_V3_A_union [] [src]

pub struct RPC_SECURITY_QOS_V3_A_union {
    pub HttpCredentials: *mut RPC_HTTP_TRANSPORT_CREDENTIALS_A,
}

Fields

HttpCredentials: *mut RPC_HTTP_TRANSPORT_CREDENTIALS_A

Trait Implementations

impl Debug for RPC_SECURITY_QOS_V3_A_union
[src]

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

Formats the value using the given formatter.

impl Copy for RPC_SECURITY_QOS_V3_A_union
[src]

impl Clone for RPC_SECURITY_QOS_V3_A_union
[src]

fn clone(&self) -> RPC_SECURITY_QOS_V3_A_union

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