Enum ruststep::ap201::explicit_draughting::PresentationStyleSelect [−][src]
pub enum PresentationStyleSelect {
CurveStyle(Box<CurveStyle>),
SymbolStyle(Box<SymbolStyle>),
FillAreaStyle(Box<FillAreaStyle>),
TextStyle(TextStyleAny),
NullStyle(NullStyle),
}
Variants
CurveStyle(Box<CurveStyle>)
Tuple Fields of CurveStyle
0: Box<CurveStyle>
SymbolStyle(Box<SymbolStyle>)
Tuple Fields of SymbolStyle
0: Box<SymbolStyle>
FillAreaStyle(Box<FillAreaStyle>)
Tuple Fields of FillAreaStyle
0: Box<FillAreaStyle>
TextStyle(TextStyleAny)
Tuple Fields of TextStyle
0: TextStyleAny
NullStyle(NullStyle)
Tuple Fields of NullStyle
0: NullStyle
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 PresentationStyleSelect
impl Send for PresentationStyleSelect
impl Sync for PresentationStyleSelect
impl Unpin for PresentationStyleSelect
impl UnwindSafe for PresentationStyleSelect
Blanket Implementations
Mutably borrows from an owned value. Read more