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