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