Struct winapi::rpcdce::RPC_PROTSEQ_VECTORW
[−]
[src]
pub struct RPC_PROTSEQ_VECTORW { pub Count: c_uint, pub Protseq: [*mut c_ushort; 1], }
Fields
Count | |
Protseq |
Trait Implementations
impl Copy for RPC_PROTSEQ_VECTORW
[src]
impl Clone for RPC_PROTSEQ_VECTORW
[src]
fn clone(&self) -> RPC_PROTSEQ_VECTORW
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