Enum Decap1
pub enum Decap1 {
_0 = 0,
_1 = 1,
}Expand description
Dual Edge Capture Mode Captures For n = 2
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Decap1
impl Eq for Decap1
impl StructuralPartialEq for Decap1
Auto Trait Implementations§
impl Freeze for Decap1
impl RefUnwindSafe for Decap1
impl Send for Decap1
impl Sync for Decap1
impl Unpin for Decap1
impl UnwindSafe for Decap1
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