Enum apic::InterruptChip
source · #[repr(u8)]pub enum InterruptChip {
APIC = 0,
X2APIC = 1,
PIC = 2,
}
Variants§
Trait Implementations§
source§impl Clone for InterruptChip
impl Clone for InterruptChip
source§fn clone(&self) -> InterruptChip
fn clone(&self) -> InterruptChip
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InterruptChip
impl Debug for InterruptChip
source§impl PartialEq<InterruptChip> for InterruptChip
impl PartialEq<InterruptChip> for InterruptChip
source§fn eq(&self, other: &InterruptChip) -> bool
fn eq(&self, other: &InterruptChip) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InterruptChip
impl StructuralPartialEq for InterruptChip
Auto Trait Implementations§
impl RefUnwindSafe for InterruptChip
impl Send for InterruptChip
impl Sync for InterruptChip
impl Unpin for InterruptChip
impl UnwindSafe for InterruptChip
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more