Struct ruststep::ap201::explicit_draughting::BoxRotateAngle [−][src]
pub struct BoxRotateAngle(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 BoxRotateAngle
impl Send for BoxRotateAngle
impl Sync for BoxRotateAngle
impl Unpin for BoxRotateAngle
impl UnwindSafe for BoxRotateAngle
Blanket Implementations
Mutably borrows from an owned value. Read more