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