Struct winapi::rpcdce::RPC_ENDPOINT_TEMPLATEW [] [src]

pub struct RPC_ENDPOINT_TEMPLATEW {
    pub Version: c_ulong,
    pub ProtSeq: RPC_WSTR,
    pub Endpoint: RPC_WSTR,
    pub SecurityDescriptor: *mut c_void,
    pub Backlog: c_ulong,
}

Fields

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

Trait Implementations

impl Debug for RPC_ENDPOINT_TEMPLATEW
[src]

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

Formats the value using the given formatter.

impl Copy for RPC_ENDPOINT_TEMPLATEW
[src]

impl Clone for RPC_ENDPOINT_TEMPLATEW
[src]

fn clone(&self) -> RPC_ENDPOINT_TEMPLATEW

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