Struct ruststep::ap203::config_control_design::PositivePlaneAngleMeasure [−][src]
pub struct PositivePlaneAngleMeasure(pub PlaneAngleMeasure);
Tuple Fields
0: PlaneAngleMeasure
Trait Implementations
Performs the conversion.
type Target = PlaneAngleMeasure
type Target = PlaneAngleMeasure
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 PositivePlaneAngleMeasure
impl Send for PositivePlaneAngleMeasure
impl Sync for PositivePlaneAngleMeasure
impl Unpin for PositivePlaneAngleMeasure
impl UnwindSafe for PositivePlaneAngleMeasure
Blanket Implementations
Mutably borrows from an owned value. Read more