#[repr(C, packed(1))]pub struct MulAcpiTable {
pub header: SysDescTable,
pub lapic_address: u32,
pub flags: MulAcpiTableF,
}
Expand description
Multiple APIC Definition Structure (MADS) table.
The MADS describes the different I/O and Local APICs and the interrupt redirections.
Fields§
§header: SysDescTable
§lapic_address: u32
§flags: MulAcpiTableF
Implementations§
source§impl MulAcpiTable
impl MulAcpiTable
pub fn iter(&self) -> MulAcpiTableIter ⓘ
Trait Implementations§
source§impl Clone for MulAcpiTable
impl Clone for MulAcpiTable
source§fn clone(&self) -> MulAcpiTable
fn clone(&self) -> MulAcpiTable
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more