//! Standard UEFI tables.
/// Common trait implemented by all standard UEFI tables.
pubtraitTable{/// A unique number assigned by the UEFI specification
/// to the standard tables.
constSIGNATURE:u64;}modheader;pubuseself::header::Header;modrevision;pubuseself::revision::Revision;modsystem;pubuseself::system::{Boot, Runtime, SystemTable};pubmodboot;pubmodruntime;pubmodcfg;