Struct ruststep::ap201::explicit_draughting::CurveStyleFontPattern [−][src]
pub struct CurveStyleFontPattern {
pub visible_segment_length: PositiveLengthMeasure,
pub invisible_segment_length: PositiveLengthMeasure,
}
Fields
visible_segment_length: PositiveLengthMeasure
invisible_segment_length: PositiveLengthMeasure
Implementations
pub fn new(
visible_segment_length: PositiveLengthMeasure,
invisible_segment_length: PositiveLengthMeasure
) -> Self
pub fn new(
visible_segment_length: PositiveLengthMeasure,
invisible_segment_length: PositiveLengthMeasure
) -> Self
Constructs a new CurveStyleFontPattern
.
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 CurveStyleFontPattern
impl Send for CurveStyleFontPattern
impl Sync for CurveStyleFontPattern
impl Unpin for CurveStyleFontPattern
impl UnwindSafe for CurveStyleFontPattern
Blanket Implementations
Mutably borrows from an owned value. Read more