Struct winapi::rpcdce::UUID_VECTOR
[−]
[src]
pub struct UUID_VECTOR {
pub Count: c_ulong,
pub Uuid: [*mut UUID; 1],
}Fields
Count | |
Uuid |
Trait Implementations
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