Trait uefi::table::Table

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

Common trait implemented by all standard UEFI tables.

Required Associated Constants§

source

const SIGNATURE: u64

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Table for BootServices

source§

const SIGNATURE: u64 = 6_220_110_259_551_162_178u64

source§

impl Table for RuntimeServices

source§

const SIGNATURE: u64 = 6_220_110_259_551_098_194u64

source§

impl<View: SystemTableView> Table for SystemTable<View>

source§

const SIGNATURE: u64 = 6_076_298_535_811_760_713u64