pub struct Madt { /* private fields */ }Expand description
Multiple APIC Description Table (MADT)
This table includes information about the interrupt controllers of the device. More information about this table can be found in the ACPI specification: https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#multiple-apic-description-table-madt
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Madt
impl RefUnwindSafe for Madt
impl Send for Madt
impl Sync for Madt
impl Unpin for Madt
impl UnwindSafe for Madt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more