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 | |
ProtSeq | |
Endpoint | |
SecurityDescriptor | |
Backlog |
Trait Implementations
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