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

pub trait Table {
    const SIGNATURE: u64;
}

Common trait implemented by all standard UEFI tables.

Associated Constants

const SIGNATURE: u64

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

Loading content...

Implementors

impl Table for BootServices[src]

impl Table for RuntimeServices[src]

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

Loading content...