#[repr(u8)]pub enum SwoMode {
Off = 0,
UART = 1,
Manchester = 2,
}Variants§
Trait Implementations§
Source§impl TryFromPrimitive for SwoMode
impl TryFromPrimitive for SwoMode
impl Copy for SwoMode
Auto Trait Implementations§
impl Freeze for SwoMode
impl RefUnwindSafe for SwoMode
impl Send for SwoMode
impl Sync for SwoMode
impl Unpin for SwoMode
impl UnwindSafe for SwoMode
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