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