Struct winapi::rpcdce::RPC_SECURITY_QOS_V3_W [] [src]

#[repr(C)]
pub struct RPC_SECURITY_QOS_V3_W { 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_V3_W_union, pub Sid: *mut c_void, }

Fields

Trait Implementations

impl Debug for RPC_SECURITY_QOS_V3_W
[src]

Formats the value using the given formatter.

impl Copy for RPC_SECURITY_QOS_V3_W
[src]

impl Clone for RPC_SECURITY_QOS_V3_W
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more