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