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