Struct winapi::rpcdce::RPC_BINDING_HANDLE_TEMPLATE_V1_W [] [src]

pub struct RPC_BINDING_HANDLE_TEMPLATE_V1_W {
    pub Version: c_ulong,
    pub Flags: c_ulong,
    pub ProtocolSequence: c_ulong,
    pub NetworkAddress: *mut c_ushort,
    pub StringEndpoint: *mut c_ushort,
    pub u1: RPC_BINDING_HANDLE_TEMPLATE_V1_W_union,
    pub ObjectUuid: UUID,
}

Fields

Version
Flags
ProtocolSequence
NetworkAddress
StringEndpoint
u1
ObjectUuid

Trait Implementations

impl Copy for RPC_BINDING_HANDLE_TEMPLATE_V1_W
[src]

impl Clone for RPC_BINDING_HANDLE_TEMPLATE_V1_W
[src]

fn clone(&self) -> RPC_BINDING_HANDLE_TEMPLATE_V1_W

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

Derived Implementations

impl Debug for RPC_BINDING_HANDLE_TEMPLATE_V1_W
[src]

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

Formats the value using the given formatter.