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