Struct winapi::rpcdce::RPC_STATS_VECTOR [] [src]

pub struct RPC_STATS_VECTOR {
    pub Count: c_uint,
    pub Stats: [c_ulong; 1],
}

Fields

Count: c_uint Stats: [c_ulong; 1]

Trait Implementations

impl Debug for RPC_STATS_VECTOR
[src]

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

Formats the value using the given formatter.

impl Copy for RPC_STATS_VECTOR
[src]

impl Clone for RPC_STATS_VECTOR
[src]

fn clone(&self) -> RPC_STATS_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