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