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