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