Struct madt::MadtLocalApic
source · #[repr(packed(1))]pub struct MadtLocalApic {
pub processor: u8,
pub apic_id: u8,
pub flags: u32,
/* private fields */
}
Expand description
MADT Local APIC
Fields§
§processor: u8
Processor ID
apic_id: u8
Local APIC ID
flags: u32
Flags. 1 means that the processor is enabled
Trait Implementations§
source§impl Clone for MadtLocalApic
impl Clone for MadtLocalApic
source§fn clone(&self) -> MadtLocalApic
fn clone(&self) -> MadtLocalApic
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 MadtLocalApic
impl Debug for MadtLocalApic
impl Copy for MadtLocalApic
impl FromBytes for MadtLocalApic
Auto Trait Implementations§
impl RefUnwindSafe for MadtLocalApic
impl Send for MadtLocalApic
impl Sync for MadtLocalApic
impl Unpin for MadtLocalApic
impl UnwindSafe for MadtLocalApic
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