pub struct PlaneAngleMeasureWithUnit {
pub value_component: MeasureValue,
pub unit_component: UnitRef,
}Fields§
§value_component: MeasureValue§unit_component: UnitRefTrait Implementations§
Source§impl Clone for PlaneAngleMeasureWithUnit
impl Clone for PlaneAngleMeasureWithUnit
Source§fn clone(&self) -> PlaneAngleMeasureWithUnit
fn clone(&self) -> PlaneAngleMeasureWithUnit
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 moreSource§impl Debug for PlaneAngleMeasureWithUnit
impl Debug for PlaneAngleMeasureWithUnit
Source§impl PartialEq for PlaneAngleMeasureWithUnit
impl PartialEq for PlaneAngleMeasureWithUnit
Source§fn eq(&self, other: &PlaneAngleMeasureWithUnit) -> bool
fn eq(&self, other: &PlaneAngleMeasureWithUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlaneAngleMeasureWithUnit
Auto Trait Implementations§
impl Freeze for PlaneAngleMeasureWithUnit
impl RefUnwindSafe for PlaneAngleMeasureWithUnit
impl Send for PlaneAngleMeasureWithUnit
impl Sync for PlaneAngleMeasureWithUnit
impl Unpin for PlaneAngleMeasureWithUnit
impl UnsafeUnpin for PlaneAngleMeasureWithUnit
impl UnwindSafe for PlaneAngleMeasureWithUnit
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