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