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