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