pub enum InterruptPinPolarity {
Low,
High,
}Expand description
Interrupt pin polarity (active state)
Variants§
Trait Implementations§
Source§impl Clone for InterruptPinPolarity
impl Clone for InterruptPinPolarity
Source§fn clone(&self) -> InterruptPinPolarity
fn clone(&self) -> InterruptPinPolarity
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 InterruptPinPolarity
impl Debug for InterruptPinPolarity
Source§impl PartialEq for InterruptPinPolarity
impl PartialEq for InterruptPinPolarity
impl Copy for InterruptPinPolarity
impl Eq for InterruptPinPolarity
impl StructuralPartialEq for InterruptPinPolarity
Auto Trait Implementations§
impl Freeze for InterruptPinPolarity
impl RefUnwindSafe for InterruptPinPolarity
impl Send for InterruptPinPolarity
impl Sync for InterruptPinPolarity
impl Unpin for InterruptPinPolarity
impl UnwindSafe for InterruptPinPolarity
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