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