Struct uefi::table::Header[][src]

#[repr(C)]
pub struct Header { pub signature: u64, pub revision: Revision, pub size: u32, pub crc: u32, // some fields omitted }
Expand description

All standard UEFI tables begin with a common header.

Fields

signature: u64

Unique identifier for this table.

revision: Revision

Revision of the spec this table conforms to.

size: u32

The size in bytes of the entire table.

crc: u32

32-bit CRC-32-Castagnoli of the entire table, calculated with this field set to 0.

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.