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