Struct madt::MadtLocalApicAddressOverride
source · #[repr(packed(1))]pub struct MadtLocalApicAddressOverride {
pub phys_addr: u64,
/* private fields */
}
Expand description
MADT Local APIC Address Override. If this struct exists, the contained physical address should be used in place of the local APIC physical address specified in the MADT ACPI table itself.
Fields§
§phys_addr: u64
Local APIC physical address
Trait Implementations§
source§impl Clone for MadtLocalApicAddressOverride
impl Clone for MadtLocalApicAddressOverride
source§fn clone(&self) -> MadtLocalApicAddressOverride
fn clone(&self) -> MadtLocalApicAddressOverride
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MadtLocalApicAddressOverride
impl Debug for MadtLocalApicAddressOverride
impl Copy for MadtLocalApicAddressOverride
impl FromBytes for MadtLocalApicAddressOverride
Auto Trait Implementations§
impl RefUnwindSafe for MadtLocalApicAddressOverride
impl Send for MadtLocalApicAddressOverride
impl Sync for MadtLocalApicAddressOverride
impl Unpin for MadtLocalApicAddressOverride
impl UnwindSafe for MadtLocalApicAddressOverride
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