Enum atsamd_hal::gpio::dynpin::DynInterrupt   
source · [−]pub enum DynInterrupt {
    Floating,
    PullDown,
    PullUp,
}Expand description
Value-level enum for interrupt configurations
Variants
Floating
PullDown
PullUp
Trait Implementations
sourceimpl Clone for DynInterrupt
 
impl Clone for DynInterrupt
sourcefn clone(&self) -> DynInterrupt
 
fn clone(&self) -> DynInterrupt
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl PartialEq<DynInterrupt> for DynInterrupt
 
impl PartialEq<DynInterrupt> for DynInterrupt
sourcefn eq(&self, other: &DynInterrupt) -> bool
 
fn eq(&self, other: &DynInterrupt) -> bool
impl Copy for DynInterrupt
impl Eq for DynInterrupt
impl StructuralEq for DynInterrupt
impl StructuralPartialEq for DynInterrupt
Auto Trait Implementations
impl RefUnwindSafe for DynInterrupt
impl Send for DynInterrupt
impl Sync for DynInterrupt
impl Unpin for DynInterrupt
impl UnwindSafe for DynInterrupt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more