Struct ruststep::ap201::explicit_draughting::DraughtingPreDefinedCurveFont [−][src]
pub struct DraughtingPreDefinedCurveFont {
pub pre_defined_curve_font: PreDefinedCurveFont,
}
Fields
pre_defined_curve_font: PreDefinedCurveFont
Implementations
Constructs a new DraughtingPreDefinedCurveFont
.
Methods from Deref<Target = PreDefinedCurveFont>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = PreDefinedCurveFont
type Target = PreDefinedCurveFont
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DraughtingPreDefinedCurveFont
impl Sync for DraughtingPreDefinedCurveFont
impl Unpin for DraughtingPreDefinedCurveFont
impl UnwindSafe for DraughtingPreDefinedCurveFont
Blanket Implementations
Mutably borrows from an owned value. Read more