pub trait Table {
    const SIGNATURE: u64;
}
Expand description

Common trait implemented by all standard UEFI tables.

Associated Constants

A unique number assigned by the UEFI specification to the standard tables.

Implementors