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