Struct winapi::rpcdce::RPC_ENDPOINT_TEMPLATEA [] [src]

pub struct RPC_ENDPOINT_TEMPLATEA {
    pub Version: c_ulong,
    pub ProtSeq: RPC_CSTR,
    pub Endpoint: RPC_CSTR,
    pub SecurityDescriptor: *mut c_void,
    pub Backlog: c_ulong,
}

Fields

Version: c_ulong ProtSeq: RPC_CSTR Endpoint: RPC_CSTR SecurityDescriptor: *mut c_void Backlog: c_ulong

Trait Implementations

impl Debug for RPC_ENDPOINT_TEMPLATEA
[src]

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

Formats the value using the given formatter.

impl Copy for RPC_ENDPOINT_TEMPLATEA
[src]

impl Clone for RPC_ENDPOINT_TEMPLATEA
[src]

fn clone(&self) -> RPC_ENDPOINT_TEMPLATEA

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