pub struct IoApic {
pub id: u8,
pub address: u32,
pub global_system_interrupt_base: u32,
}Fields§
§id: u8§address: u32The physical address at which to access this I/O APIC.
global_system_interrupt_base: u32The global system interrupt number where this I/O APIC’s inputs start.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoApic
impl RefUnwindSafe for IoApic
impl Send for IoApic
impl Sync for IoApic
impl Unpin for IoApic
impl UnwindSafe for IoApic
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)