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