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