pub struct SupportedFunctionality {
pub circular_interpolation: bool,
}
Fields§
§circular_interpolation: bool
Indicates support for G2/G3 circular interpolation.
Most modern machines support this. Old ones like early MakerBot 3D printers do not.
Trait Implementations§
Source§impl Clone for SupportedFunctionality
impl Clone for SupportedFunctionality
Source§fn clone(&self) -> SupportedFunctionality
fn clone(&self) -> SupportedFunctionality
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 SupportedFunctionality
impl Debug for SupportedFunctionality
Source§impl Default for SupportedFunctionality
impl Default for SupportedFunctionality
Source§fn default() -> SupportedFunctionality
fn default() -> SupportedFunctionality
Returns the “default value” for a type. Read more
Source§impl PartialEq for SupportedFunctionality
impl PartialEq for SupportedFunctionality
impl StructuralPartialEq for SupportedFunctionality
Auto Trait Implementations§
impl Freeze for SupportedFunctionality
impl RefUnwindSafe for SupportedFunctionality
impl Send for SupportedFunctionality
impl Sync for SupportedFunctionality
impl Unpin for SupportedFunctionality
impl UnwindSafe for SupportedFunctionality
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