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

#[repr(C)]
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

Trait Implementations

impl Debug for RPC_ENDPOINT_TEMPLATEA
[src]

Formats the value using the given formatter.

impl Copy for RPC_ENDPOINT_TEMPLATEA
[src]

impl Clone for RPC_ENDPOINT_TEMPLATEA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more