pub enum Signal2 {
LOLO,
LOHI,
HILO,
HIHI,
}
Expand description
2 signals into one
Variants
LOLO
LOHI
HILO
HIHI
Implementations
Trait Implementations
impl Copy for Signal2
impl Eq for Signal2
impl StructuralEq for Signal2
impl StructuralPartialEq for Signal2
Auto Trait Implementations
impl RefUnwindSafe for Signal2
impl Send for Signal2
impl Sync for Signal2
impl Unpin for Signal2
impl UnwindSafe for Signal2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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