pub enum RISING_TRIGGER {
Disabled = 0,
Enabled = 1,
}
Expand description
Rising trigger event configuration of line 0
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for RISING_TRIGGER
impl Clone for RISING_TRIGGER
Source§fn clone(&self) -> RISING_TRIGGER
fn clone(&self) -> RISING_TRIGGER
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 RISING_TRIGGER
impl Debug for RISING_TRIGGER
Source§impl PartialEq for RISING_TRIGGER
impl PartialEq for RISING_TRIGGER
impl Copy for RISING_TRIGGER
impl Eq for RISING_TRIGGER
impl StructuralPartialEq for RISING_TRIGGER
Auto Trait Implementations§
impl Freeze for RISING_TRIGGER
impl RefUnwindSafe for RISING_TRIGGER
impl Send for RISING_TRIGGER
impl Sync for RISING_TRIGGER
impl Unpin for RISING_TRIGGER
impl UnwindSafe for RISING_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