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