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