Struct winapi::rpcdce::RPC_PROTSEQ_VECTORW [] [src]

#[repr(C)]
pub struct RPC_PROTSEQ_VECTORW { pub Count: c_uint, pub Protseq: [*mut c_ushort; 1], }

Fields

Trait Implementations

impl Debug for RPC_PROTSEQ_VECTORW
[src]

Formats the value using the given formatter.

impl Copy for RPC_PROTSEQ_VECTORW
[src]

impl Clone for RPC_PROTSEQ_VECTORW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more