#[repr(C)]pub enum DebugPort {
Jtag = 0,
Swd = 1,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugPort
impl RefUnwindSafe for DebugPort
impl Send for DebugPort
impl Sync for DebugPort
impl Unpin for DebugPort
impl UnwindSafe for DebugPort
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