pub struct SWDIO;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SWDIO
impl RefUnwindSafe for SWDIO
impl Send for SWDIO
impl Sync for SWDIO
impl Unpin for SWDIO
impl UnwindSafe for SWDIO
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