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