#[repr(C, packed(1))]pub struct IOApicEntry {
pub ioapic_id: u8,
pub _reserved: u8,
pub ioapic_addr: u32,
pub global_int_base: u32,
}
Fields§
§ioapic_id: u8
§_reserved: u8
§ioapic_addr: u32
§global_int_base: u32
Trait Implementations§
source§impl Clone for IOApicEntry
impl Clone for IOApicEntry
source§fn clone(&self) -> IOApicEntry
fn clone(&self) -> IOApicEntry
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