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

#[repr(C)]
pub struct RPC_IF_ID_VECTOR { pub Count: c_ulong, pub IfId: [*mut RPC_IF_ID; 1], }

Fields

Trait Implementations

impl Debug for RPC_IF_ID_VECTOR
[src]

Formats the value using the given formatter.

impl Copy for RPC_IF_ID_VECTOR
[src]

impl Clone for RPC_IF_ID_VECTOR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more