Struct ruststep::ap201::explicit_draughting::DraughtingSubfigureRepresentation [−][src]
pub struct DraughtingSubfigureRepresentation {
pub symbol_representation: SymbolRepresentation,
}
Fields
symbol_representation: SymbolRepresentation
Implementations
Constructs a new DraughtingSubfigureRepresentation
.
Methods from Deref<Target = SymbolRepresentation>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = SymbolRepresentation
type Target = SymbolRepresentation
The resulting type after dereferencing.
Performs the conversion.
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 Send for DraughtingSubfigureRepresentation
impl Sync for DraughtingSubfigureRepresentation
impl Unpin for DraughtingSubfigureRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more