[][src]Enum coreboot_table::RecordKind

#[repr(u32)]
pub enum RecordKind {
    Unused,
    Memory,
    Hwrpb,
    Mainboard,
    Version,
    ExtraVersion,
    Build,
    CompileTime,
    CompileBy,
    CompileHost,
    CompileDomain,
    Compiler,
    Linker,
    Assembler,
    Serial,
    Console,
    Forward,
    Framebuffer,
    Gpio,
    Timestamps,
    CbMemConsole,
    MrcCache,
    Vbnv,
    VbootHandoff,
    X86RomMtrr,
    Dma,
    RamOops,
    AcpiGnvs,
    BoardId,
    WifiCalibration,
    RamCode,
    SpiFlash,
    SerialNo,
    Mtc,
    Vpd,
    SkuId,
    BootMediaParams,
    CbMemEntry,
    TscInfo,
    MacAddrs,
    TcpaLog,
    VersionTimestamp,
    CmosOptionTable,
    Option,
    OptionEnum,
    OptionDefaults,
    OptionChecksum,
}

Variants

Unused
Memory
Hwrpb
Mainboard
Version
ExtraVersion
Build
CompileTime
CompileBy
CompileHost
CompileDomain
Compiler
Linker
Assembler
Serial
Console
Forward
Framebuffer
Gpio
Timestamps
CbMemConsole
MrcCache
Vbnv
VbootHandoff
X86RomMtrr
Dma
RamOops
AcpiGnvs
BoardId
WifiCalibration
RamCode
SpiFlash
SerialNo
Mtc
Vpd
SkuId
BootMediaParams
CbMemEntry
TscInfo
MacAddrs
TcpaLog
VersionTimestamp
CmosOptionTable
Option
OptionEnum
OptionDefaults
OptionChecksum

Trait Implementations

impl Debug for RecordKind[src]

impl Clone for RecordKind[src]

Auto Trait Implementations

impl Unpin for RecordKind

impl Send for RecordKind

impl Sync for RecordKind

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]