pub enum MadtEntry {
Apic(MadtApic),
X2Apic(MadtX2Apic),
}
Expand description
The MADT entry type.
Variants§
Trait Implementations§
impl Copy for MadtEntry
impl Eq for MadtEntry
impl StructuralPartialEq for MadtEntry
Auto Trait Implementations§
impl Freeze for MadtEntry
impl RefUnwindSafe for MadtEntry
impl Send for MadtEntry
impl Sync for MadtEntry
impl Unpin for MadtEntry
impl UnwindSafe for MadtEntry
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