Struct svg2gcode::MachineConfig
source · pub struct MachineConfig {
pub supported_functionality: SupportedFunctionality,
pub tool_on_sequence: Option<String>,
pub tool_off_sequence: Option<String>,
pub begin_sequence: Option<String>,
pub end_sequence: Option<String>,
}Fields§
§supported_functionality: SupportedFunctionality§tool_on_sequence: Option<String>§tool_off_sequence: Option<String>§begin_sequence: Option<String>§end_sequence: Option<String>Trait Implementations§
source§impl Clone for MachineConfig
impl Clone for MachineConfig
source§fn clone(&self) -> MachineConfig
fn clone(&self) -> MachineConfig
Returns a copy 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 MachineConfig
impl Debug for MachineConfig
source§impl Default for MachineConfig
impl Default for MachineConfig
source§fn default() -> MachineConfig
fn default() -> MachineConfig
Returns the “default value” for a type. Read more
source§impl PartialEq for MachineConfig
impl PartialEq for MachineConfig
source§fn eq(&self, other: &MachineConfig) -> bool
fn eq(&self, other: &MachineConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MachineConfig
Auto Trait Implementations§
impl RefUnwindSafe for MachineConfig
impl Send for MachineConfig
impl Sync for MachineConfig
impl Unpin for MachineConfig
impl UnwindSafe for MachineConfig
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