Struct winapi::rpcdce::RPC_PROTSEQ_VECTORA [] [src]

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

Fields

Trait Implementations

impl Debug for RPC_PROTSEQ_VECTORA
[src]

Formats the value using the given formatter.

impl Copy for RPC_PROTSEQ_VECTORA
[src]

impl Clone for RPC_PROTSEQ_VECTORA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more