pub enum InterruptPin {
INTA = 1,
INTB = 2,
INTC = 3,
INTD = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for InterruptPin
impl Clone for InterruptPin
Source§fn clone(&self) -> InterruptPin
fn clone(&self) -> InterruptPin
Returns a duplicate 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 InterruptPin
impl Debug for InterruptPin
Source§impl PartialEq for InterruptPin
impl PartialEq for InterruptPin
impl Copy for InterruptPin
impl Eq for InterruptPin
impl StructuralPartialEq for InterruptPin
Auto Trait Implementations§
impl Freeze for InterruptPin
impl RefUnwindSafe for InterruptPin
impl Send for InterruptPin
impl Sync for InterruptPin
impl Unpin for InterruptPin
impl UnwindSafe for InterruptPin
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