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