pub struct PlaneAngleMeasureWithUnitId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PlaneAngleMeasureWithUnitId
impl Clone for PlaneAngleMeasureWithUnitId
Source§fn clone(&self) -> PlaneAngleMeasureWithUnitId
fn clone(&self) -> PlaneAngleMeasureWithUnitId
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 Copy for PlaneAngleMeasureWithUnitId
Source§impl Debug for PlaneAngleMeasureWithUnitId
impl Debug for PlaneAngleMeasureWithUnitId
impl Eq for PlaneAngleMeasureWithUnitId
Source§impl Hash for PlaneAngleMeasureWithUnitId
impl Hash for PlaneAngleMeasureWithUnitId
Source§impl PartialEq for PlaneAngleMeasureWithUnitId
impl PartialEq for PlaneAngleMeasureWithUnitId
Source§fn eq(&self, other: &PlaneAngleMeasureWithUnitId) -> bool
fn eq(&self, other: &PlaneAngleMeasureWithUnitId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlaneAngleMeasureWithUnitId
Auto Trait Implementations§
impl Freeze for PlaneAngleMeasureWithUnitId
impl RefUnwindSafe for PlaneAngleMeasureWithUnitId
impl Send for PlaneAngleMeasureWithUnitId
impl Sync for PlaneAngleMeasureWithUnitId
impl Unpin for PlaneAngleMeasureWithUnitId
impl UnsafeUnpin for PlaneAngleMeasureWithUnitId
impl UnwindSafe for PlaneAngleMeasureWithUnitId
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