pub struct BackdoorTap<'a> { /* private fields */ }Expand description
A struct which represents a backdoor loader interface.
This struct represents an adaptor that has been configured to connect to a given JTAG chain, but has not yet been configured to access the backdoor TAP.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BackdoorTap<'a>
impl<'a> !RefUnwindSafe for BackdoorTap<'a>
impl<'a> !Send for BackdoorTap<'a>
impl<'a> !Sync for BackdoorTap<'a>
impl<'a> Unpin for BackdoorTap<'a>
impl<'a> !UnwindSafe for BackdoorTap<'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