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