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

#[repr(C)]
pub struct UUID_VECTOR { pub Count: c_ulong, pub Uuid: [*mut UUID; 1], }

Fields

Trait Implementations

impl Debug for UUID_VECTOR
[src]

Formats the value using the given formatter.

impl Copy for UUID_VECTOR
[src]

impl Clone for UUID_VECTOR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more