Struct winapi::rpcdce::UUID_VECTOR [] [src]

pub struct UUID_VECTOR {
    pub Count: c_ulong,
    pub Uuid: [*mut UUID; 1],
}

Fields

Count: c_ulong Uuid: [*mut UUID; 1]

Trait Implementations

impl Debug for UUID_VECTOR
[src]

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

Formats the value using the given formatter.

impl Copy for UUID_VECTOR
[src]

impl Clone for UUID_VECTOR
[src]

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