Struct winapi::rpcdce::RPC_BINDING_HANDLE_TEMPLATE_V1_A
[−]
[src]
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
Version | |
Flags | |
ProtocolSequence | |
NetworkAddress | |
StringEndpoint | |
u1 | |
ObjectUuid |
Trait Implementations
impl Copy for RPC_BINDING_HANDLE_TEMPLATE_V1_A[src]
impl Clone for RPC_BINDING_HANDLE_TEMPLATE_V1_A[src]
fn clone(&self) -> RPC_BINDING_HANDLE_TEMPLATE_V1_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