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