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