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