Enum ruststep::ap201::explicit_draughting::CurveStyleFontSelect [−][src]
pub enum CurveStyleFontSelect {
CurveStyleFont(Box<CurveStyleFont>),
PreDefinedCurveFont(PreDefinedCurveFontAny),
ExternallyDefinedCurveFont(Box<ExternallyDefinedCurveFont>),
}
Variants
CurveStyleFont(Box<CurveStyleFont>)
Tuple Fields of CurveStyleFont
0: Box<CurveStyleFont>
PreDefinedCurveFont(PreDefinedCurveFontAny)
Tuple Fields of PreDefinedCurveFont
ExternallyDefinedCurveFont(Box<ExternallyDefinedCurveFont>)
Tuple Fields of ExternallyDefinedCurveFont
Trait Implementations
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 RefUnwindSafe for CurveStyleFontSelect
impl Send for CurveStyleFontSelect
impl Sync for CurveStyleFontSelect
impl Unpin for CurveStyleFontSelect
impl UnwindSafe for CurveStyleFontSelect
Blanket Implementations
Mutably borrows from an owned value. Read more