pub enum RISING_TRIGGER {
Disabled = 0,
Enabled = 1,
}Expand description
Rising trigger event configuration of line %s
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§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)