pub enum CoordinateMode {
Absolute,
Incremental,
}Expand description
Coordinate mode specifies whether coordinates are absolute or incremental. It is set by the FS and G90/G91 commands. Absolute coordinates are the most common.
Note: This is deprecated since revision I1 from December 2012 of the Gerber format specification, but still used.
Variants§
Trait Implementations§
Source§impl Clone for CoordinateMode
impl Clone for CoordinateMode
Source§fn clone(&self) -> CoordinateMode
fn clone(&self) -> CoordinateMode
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 CoordinateMode
impl Debug for CoordinateMode
Source§impl PartialEq for CoordinateMode
impl PartialEq for CoordinateMode
impl Copy for CoordinateMode
impl Eq for CoordinateMode
impl StructuralPartialEq for CoordinateMode
Auto Trait Implementations§
impl Freeze for CoordinateMode
impl RefUnwindSafe for CoordinateMode
impl Send for CoordinateMode
impl Sync for CoordinateMode
impl Unpin for CoordinateMode
impl UnwindSafe for CoordinateMode
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)