Struct winapi::rpcdce::RPC_IF_ID [] [src]

pub struct RPC_IF_ID {
    pub Uuid: UUID,
    pub VersMajor: c_ushort,
    pub VersMinor: c_ushort,
}

Fields

Uuid: UUID VersMajor: c_ushort VersMinor: c_ushort

Trait Implementations

impl Debug for RPC_IF_ID
[src]

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

Formats the value using the given formatter.

impl Copy for RPC_IF_ID
[src]

impl Clone for RPC_IF_ID
[src]

fn clone(&self) -> RPC_IF_ID

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