pub enum ControlSigns {
UDDU,
UDUD,
}Variants§
Trait Implementations§
Source§impl Clone for ControlSigns
impl Clone for ControlSigns
Source§fn clone(&self) -> ControlSigns
fn clone(&self) -> ControlSigns
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ControlSigns
impl Debug for ControlSigns
Source§impl Default for ControlSigns
impl Default for ControlSigns
Source§fn default() -> ControlSigns
fn default() -> ControlSigns
Returns the “default value” for a type. Read more
Source§impl PartialEq for ControlSigns
impl PartialEq for ControlSigns
impl Copy for ControlSigns
impl StructuralPartialEq for ControlSigns
Auto Trait Implementations§
impl Freeze for ControlSigns
impl RefUnwindSafe for ControlSigns
impl Send for ControlSigns
impl Sync for ControlSigns
impl Unpin for ControlSigns
impl UnwindSafe for ControlSigns
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