Struct winapi::rpcdce::RPC_BINDING_HANDLE_TEMPLATE_V1_A [] [src]

#[repr(C)]
pub struct RPC_BINDING_HANDLE_TEMPLATE_V1_A { pub Version: c_ulong, pub Flags: c_ulong, pub ProtocolSequence: c_ulong, pub NetworkAddress: *mut c_uchar, pub StringEndpoint: *mut c_uchar, pub u1: RPC_BINDING_HANDLE_TEMPLATE_V1_A_union, pub ObjectUuid: UUID, }

Fields

Trait Implementations

impl Debug for RPC_BINDING_HANDLE_TEMPLATE_V1_A
[src]

Formats the value using the given formatter.

impl Copy for RPC_BINDING_HANDLE_TEMPLATE_V1_A
[src]

impl Clone for RPC_BINDING_HANDLE_TEMPLATE_V1_A
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more