#[repr(C, packed(1))]pub struct LApicAddrOverrideEntry {
pub _reserved: u16,
pub lapic_addr: u64,
}
Fields§
§_reserved: u16
§lapic_addr: u64
Trait Implementations§
source§impl Clone for LApicAddrOverrideEntry
impl Clone for LApicAddrOverrideEntry
source§fn clone(&self) -> LApicAddrOverrideEntry
fn clone(&self) -> LApicAddrOverrideEntry
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