pub struct GeometricComplex { /* private fields */ }Expand description
A general geometric complex count summary.
Implementations§
Trait Implementations§
Source§impl Clone for GeometricComplex
impl Clone for GeometricComplex
Source§fn clone(&self) -> GeometricComplex
fn clone(&self) -> GeometricComplex
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 moreSource§impl Debug for GeometricComplex
impl Debug for GeometricComplex
Source§impl PartialEq for GeometricComplex
impl PartialEq for GeometricComplex
Source§fn eq(&self, other: &GeometricComplex) -> bool
fn eq(&self, other: &GeometricComplex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GeometricComplex
impl Eq for GeometricComplex
impl StructuralPartialEq for GeometricComplex
Auto Trait Implementations§
impl Freeze for GeometricComplex
impl RefUnwindSafe for GeometricComplex
impl Send for GeometricComplex
impl Sync for GeometricComplex
impl Unpin for GeometricComplex
impl UnsafeUnpin for GeometricComplex
impl UnwindSafe for GeometricComplex
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