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