pub enum CAPTEST_A {
_0 = 0,
_1 = 1,
}Expand description
Capture Test Mode Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CAPTEST_A
impl StructuralPartialEq for CAPTEST_A
Auto Trait Implementations§
impl Freeze for CAPTEST_A
impl RefUnwindSafe for CAPTEST_A
impl Send for CAPTEST_A
impl Sync for CAPTEST_A
impl Unpin for CAPTEST_A
impl UnsafeUnpin for CAPTEST_A
impl UnwindSafe for CAPTEST_A
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