pub enum LeftInteger {
State(u16, Mode),
Input(u16, Mode),
Constant(i16),
}Variants§
Trait Implementations§
Source§impl Clone for LeftInteger
impl Clone for LeftInteger
Source§fn clone(&self) -> LeftInteger
fn clone(&self) -> LeftInteger
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 LeftInteger
impl Debug for LeftInteger
Source§impl PartialEq for LeftInteger
impl PartialEq for LeftInteger
impl StructuralPartialEq for LeftInteger
Auto Trait Implementations§
impl Freeze for LeftInteger
impl RefUnwindSafe for LeftInteger
impl Send for LeftInteger
impl Sync for LeftInteger
impl Unpin for LeftInteger
impl UnwindSafe for LeftInteger
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