Struct winapi::rpcdce::RPC_STATS_VECTOR
[−]
[src]
pub struct RPC_STATS_VECTOR {
pub Count: c_uint,
pub Stats: [c_ulong; 1],
}Fields
Count | |
Stats |
Trait Implementations
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