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