Enum smbios::EntryPointType[][src]

pub enum EntryPointType {
    Unknown,
    Bits64(Bits64),
}

Possible entry point types and their contained structures.

Variants

Trait Implementations

impl Debug for EntryPointType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations