pub struct IoSapicEntry {
pub header: EntryHeader,
pub io_apic_id: u8,
pub global_system_interrupt_base: u32,
pub io_sapic_address: u64,
/* private fields */
}Expand description
If this entry is present, the system has an I/O SAPIC, which must be used instead of the I/O APIC.
Fields§
§header: EntryHeader§io_apic_id: u8§global_system_interrupt_base: u32§io_sapic_address: u64Trait Implementations§
Source§impl Clone for IoSapicEntry
impl Clone for IoSapicEntry
Source§fn clone(&self) -> IoSapicEntry
fn clone(&self) -> IoSapicEntry
Returns a duplicate 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 moreSource§impl Debug for IoSapicEntry
impl Debug for IoSapicEntry
impl Copy for IoSapicEntry
Auto Trait Implementations§
impl Freeze for IoSapicEntry
impl RefUnwindSafe for IoSapicEntry
impl Send for IoSapicEntry
impl Sync for IoSapicEntry
impl Unpin for IoSapicEntry
impl UnwindSafe for IoSapicEntry
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)