Struct winapi::rpcdce::RPC_IF_ID_VECTOR [] [src]

pub struct RPC_IF_ID_VECTOR {
    pub Count: c_ulong,
    pub IfId: [*mut RPC_IF_ID; 1],
}

Fields

Count
IfId

Trait Implementations

impl Copy for RPC_IF_ID_VECTOR
[src]

impl Clone for RPC_IF_ID_VECTOR
[src]

fn clone(&self) -> RPC_IF_ID_VECTOR

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

Derived Implementations

impl Debug for RPC_IF_ID_VECTOR
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.