pub enum TR0 {
Disabled = 0,
Enabled = 1,
}
Expand description
Rising trigger event configuration of line 0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TR0
impl Eq for TR0
impl StructuralPartialEq for TR0
Auto Trait Implementations§
impl Freeze for TR0
impl RefUnwindSafe for TR0
impl Send for TR0
impl Sync for TR0
impl Unpin for TR0
impl UnwindSafe for TR0
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