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