Enum intelflash::file::HeaderKind[][src]

pub enum HeaderKind {
Show 19 variants Raw, Freeform, SecurityCore, PeiCore, DxeCore, Peim, Driver, CombinedPeimDriver, Application, Mm, VolumeImage, CombinedMmDxe, MmCore, MmStandalone, MmCoreStandalone, Oem(u8), Debug(u8), Ffs(u8), Unknown(u8),
}

Variants

Raw
Freeform
SecurityCore
PeiCore
DxeCore
Peim
Driver
CombinedPeimDriver
Application
Mm
VolumeImage
CombinedMmDxe
MmCore
MmStandalone
MmCoreStandalone
Oem(u8)

Tuple Fields of Oem

0: u8
Debug(u8)

Tuple Fields of Debug

0: u8
Ffs(u8)

Tuple Fields of Ffs

0: u8
Unknown(u8)

Tuple Fields of Unknown

0: u8

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.