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