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