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