pub enum Trigger {
Disabled,
RisingEdge,
FallingEdge,
Both,
}
Expand description
Interrupt trigger conditions.
Variants§
Trait Implementations§
source§impl PartialEq<Trigger> for Trigger
impl PartialEq<Trigger> for Trigger
impl Copy for Trigger
impl Eq for Trigger
impl StructuralEq for Trigger
impl StructuralPartialEq for Trigger
Auto Trait Implementations§
impl RefUnwindSafe for Trigger
impl Send for Trigger
impl Sync for Trigger
impl Unpin for Trigger
impl UnwindSafe for Trigger
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