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