Struct ruststep::ap201::explicit_draughting::DrawingSheetLayout [−][src]
pub struct DrawingSheetLayout {
pub draughting_symbol_representation: DraughtingSymbolRepresentation,
}
Fields
draughting_symbol_representation: DraughtingSymbolRepresentation
Implementations
Constructs a new DrawingSheetLayout
.
Methods from Deref<Target = DraughtingSymbolRepresentation>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 RefUnwindSafe for DrawingSheetLayout
impl Send for DrawingSheetLayout
impl Sync for DrawingSheetLayout
impl Unpin for DrawingSheetLayout
impl UnwindSafe for DrawingSheetLayout
Blanket Implementations
Mutably borrows from an owned value. Read more