Trait uefi::table::Table[][src]

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

Common trait implemented by all standard UEFI tables.

Associated Constants

const SIGNATURE: u64[src]

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

Implementors

impl Table for BootServices[src]

const SIGNATURE: u64[src]

impl Table for RuntimeServices[src]

const SIGNATURE: u64[src]

impl<View: SystemTableView> Table for SystemTable<View>[src]

const SIGNATURE: u64[src]