pub enum PortType {
DebugPort,
AccessPort,
}
Expand description
The type of port we are using.
Variants
DebugPort
Debug Port (e.g. SWD or JTAG)
AccessPort
Access Port (e.g. Memory Access Port)
Trait Implementations
impl Copy for PortType
impl StructuralPartialEq for PortType
Auto Trait Implementations
impl RefUnwindSafe for PortType
impl Send for PortType
impl Sync for PortType
impl Unpin for PortType
impl UnwindSafe for PortType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more