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