pub enum StepAndRepeat {
Open {
repeat_x: u32,
repeat_y: u32,
distance_x: f64,
distance_y: f64,
},
Close,
}Variants§
Trait Implementations§
Source§impl Clone for StepAndRepeat
impl Clone for StepAndRepeat
Source§fn clone(&self) -> StepAndRepeat
fn clone(&self) -> StepAndRepeat
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StepAndRepeat
impl Debug for StepAndRepeat
Source§impl From<StepAndRepeat> for Command
impl From<StepAndRepeat> for Command
Source§fn from(val: StepAndRepeat) -> Self
fn from(val: StepAndRepeat) -> Self
Converts to this type from the input type.
Source§impl From<StepAndRepeat> for ExtendedCode
impl From<StepAndRepeat> for ExtendedCode
Source§fn from(val: StepAndRepeat) -> Self
fn from(val: StepAndRepeat) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StepAndRepeat
impl PartialEq for StepAndRepeat
impl StructuralPartialEq for StepAndRepeat
Auto Trait Implementations§
impl Freeze for StepAndRepeat
impl RefUnwindSafe for StepAndRepeat
impl Send for StepAndRepeat
impl Sync for StepAndRepeat
impl Unpin for StepAndRepeat
impl UnwindSafe for StepAndRepeat
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)