#[repr(C, packed(1))]pub struct LApicEntry {
pub apic_cid: u8,
pub apic_id: u8,
pub flags: ApicEntryLApicF,
}
Fields§
§apic_cid: u8
§apic_id: u8
§flags: ApicEntryLApicF
Trait Implementations§
source§impl Clone for LApicEntry
impl Clone for LApicEntry
source§fn clone(&self) -> LApicEntry
fn clone(&self) -> LApicEntry
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