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

#[repr(C)]
pub struct RPC_IF_ID { pub Uuid: UUID, pub VersMajor: c_ushort, pub VersMinor: c_ushort, }

Fields

Trait Implementations

impl Debug for RPC_IF_ID
[src]

Formats the value using the given formatter.

impl Copy for RPC_IF_ID
[src]

impl Clone for RPC_IF_ID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more