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