pub enum LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m> {
LengthMeasureWithUnit(&'m LengthMeasureWithUnit),
PlaneAngleMeasureWithUnit(&'m PlaneAngleMeasureWithUnit),
Complex(&'m ComplexUnit),
}Variants§
LengthMeasureWithUnit(&'m LengthMeasureWithUnit)
PlaneAngleMeasureWithUnit(&'m PlaneAngleMeasureWithUnit)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
impl<'m> Clone for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
Source§fn clone(&self) -> LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
fn clone(&self) -> LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'m> Copy for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
impl<'m> RefUnwindSafe for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
impl<'m> Send for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
impl<'m> Sync for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
impl<'m> Unpin for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
impl<'m> UnsafeUnpin for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
impl<'m> UnwindSafe for LengthOrPlaneAngleMeasureWithUnitSelectRefView<'m>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more