Struct com_rs::IID [] [src]

#[repr(C)]
pub struct IID { pub data1: u32, pub data2: u16, pub data3: u16, pub data4: [u8; 8], }

Interface identifier.

Fields

First component, 32-bit value.

Second component, 16-bit value.

Third component, 16-bit value.

Fourth component, array of 8-bit values.

Trait Implementations

impl Clone for IID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IID
[src]

impl Debug for IID
[src]

Formats the value using the given formatter.

impl Eq for IID
[src]

impl PartialEq for IID
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for IID
[src]

Print IID in Windows registry format {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}.

Formats the value using the given formatter. Read more