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