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