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