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