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