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