Struct pelite::image::GUID[][src]

#[repr(C)]
pub struct GUID { pub Data1: u32, pub Data2: u16, pub Data3: u16, pub Data4: [u8; 8], }

Fields

Trait Implementations

impl Display for GUID
[src]

example: {00000000-0000-0000-c000-000000000046}

Formats the value using the given formatter. Read more

impl Debug for GUID
[src]

example: {00000000-0000-0000-c000-000000000046}

Formats the value using the given formatter. Read more

impl LowerHex for GUID
[src]

example: 0000000000000000c000000000000046

Formats the value using the given formatter.

impl UpperHex for GUID
[src]

example: 0000000000000000C000000000000046

Formats the value using the given formatter.

impl Serialize for GUID
[src]

Serialize this value into the given Serde serializer. Read more

impl Copy for GUID
[src]

impl Clone for GUID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GUID
[src]

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

This method tests for !=.

impl Eq for GUID
[src]

impl Pod for GUID
[src]

Auto Trait Implementations

impl Send for GUID

impl Sync for GUID