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