Struct GeometricComplex
pub struct GeometricComplex { /* private fields */ }Expand description
A general geometric complex count summary.
Implementations§
§impl GeometricComplex
impl GeometricComplex
pub const fn new(
dimension: usize,
cell_count: usize,
) -> Option<GeometricComplex>
pub const fn new( dimension: usize, cell_count: usize, ) -> Option<GeometricComplex>
Creates a geometric complex descriptor.
pub const fn cell_count(self) -> usize
pub const fn cell_count(self) -> usize
Returns the cell count.
Trait Implementations§
§impl Clone for GeometricComplex
impl Clone for GeometricComplex
§fn clone(&self) -> GeometricComplex
fn clone(&self) -> GeometricComplex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for GeometricComplex
impl Debug for GeometricComplex
§impl PartialEq for GeometricComplex
impl PartialEq for GeometricComplex
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