Struct uefi::Guid [] [src]

#[repr(C)]
pub struct Guid(pub u32, pub u16, pub u16, pub [u8; 8]);

Type for EFI_GUID.

Trait Implementations

impl Clone for Guid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Guid
[src]

impl Debug for Guid
[src]

Formats the value using the given formatter.

impl Display for Guid
[src]

Formats the value using the given formatter. Read more