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