pub enum DirectBindableCpuInterrupt {
Interrupt0 = 24,
Interrupt1 = 25,
Interrupt2 = 26,
Interrupt3 = 27,
Interrupt4 = 28,
Interrupt5 = 29,
Interrupt6 = 30,
Interrupt7 = 31,
}Expand description
Enumeration of CPU interrupts available for direct binding.
Variants§
Interrupt0 = 24
Direct bindable CPU interrupt number 0.
Corresponds to CPU interrupt 24.
Interrupt1 = 25
Direct bindable CPU interrupt number 1.
Corresponds to CPU interrupt 25.
Interrupt2 = 26
Direct bindable CPU interrupt number 2.
Corresponds to CPU interrupt 26.
Interrupt3 = 27
Direct bindable CPU interrupt number 3.
Corresponds to CPU interrupt 27.
Interrupt4 = 28
Direct bindable CPU interrupt number 4.
Corresponds to CPU interrupt 28.
Interrupt5 = 29
Direct bindable CPU interrupt number 5.
Corresponds to CPU interrupt 29.
Interrupt6 = 30
Direct bindable CPU interrupt number 6.
Corresponds to CPU interrupt 30.
Interrupt7 = 31
Direct bindable CPU interrupt number 7.
Corresponds to CPU interrupt 31.
Trait Implementations§
Source§impl Clone for DirectBindableCpuInterrupt
impl Clone for DirectBindableCpuInterrupt
Source§fn clone(&self) -> DirectBindableCpuInterrupt
fn clone(&self) -> DirectBindableCpuInterrupt
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 DirectBindableCpuInterrupt
impl Debug for DirectBindableCpuInterrupt
Source§impl From<DirectBindableCpuInterrupt> for CpuInterrupt
impl From<DirectBindableCpuInterrupt> for CpuInterrupt
Source§fn from(bindable: DirectBindableCpuInterrupt) -> CpuInterrupt
fn from(bindable: DirectBindableCpuInterrupt) -> CpuInterrupt
Converts to this type from the input type.
Source§impl Hash for DirectBindableCpuInterrupt
impl Hash for DirectBindableCpuInterrupt
Source§impl Ord for DirectBindableCpuInterrupt
impl Ord for DirectBindableCpuInterrupt
Source§impl PartialEq for DirectBindableCpuInterrupt
impl PartialEq for DirectBindableCpuInterrupt
Source§impl PartialOrd for DirectBindableCpuInterrupt
impl PartialOrd for DirectBindableCpuInterrupt
Source§fn partial_cmp(&self, other: &DirectBindableCpuInterrupt) -> Option<Ordering>
fn partial_cmp(&self, other: &DirectBindableCpuInterrupt) -> Option<Ordering>
impl Copy for DirectBindableCpuInterrupt
impl Eq for DirectBindableCpuInterrupt
impl StructuralPartialEq for DirectBindableCpuInterrupt
Auto Trait Implementations§
impl Freeze for DirectBindableCpuInterrupt
impl RefUnwindSafe for DirectBindableCpuInterrupt
impl Send for DirectBindableCpuInterrupt
impl Sync for DirectBindableCpuInterrupt
impl Unpin for DirectBindableCpuInterrupt
impl UnsafeUnpin for DirectBindableCpuInterrupt
impl UnwindSafe for DirectBindableCpuInterrupt
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)