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