Struct ruststep::ap201::explicit_draughting::CurveStyleFont [−][src]
pub struct CurveStyleFont {
pub name: Label,
pub pattern_list: Vec<CurveStyleFontPattern>,
}
Fields
name: Label
pattern_list: Vec<CurveStyleFontPattern>
Implementations
Constructs a new CurveStyleFont
.
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 CurveStyleFont
impl Send for CurveStyleFont
impl Sync for CurveStyleFont
impl Unpin for CurveStyleFont
impl UnwindSafe for CurveStyleFont
Blanket Implementations
Mutably borrows from an owned value. Read more