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