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