Struct ManifoldDimension
pub struct ManifoldDimension(/* private fields */);Expand description
A non-negative manifold dimension.
Implementations§
§impl ManifoldDimension
impl ManifoldDimension
Trait Implementations§
§impl Clone for ManifoldDimension
impl Clone for ManifoldDimension
§fn clone(&self) -> ManifoldDimension
fn clone(&self) -> ManifoldDimension
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 ManifoldDimension
impl Debug for ManifoldDimension
§impl Hash for ManifoldDimension
impl Hash for ManifoldDimension
§impl Ord for ManifoldDimension
impl Ord for ManifoldDimension
§fn cmp(&self, other: &ManifoldDimension) -> Ordering
fn cmp(&self, other: &ManifoldDimension) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for ManifoldDimension
impl PartialEq for ManifoldDimension
§impl PartialOrd for ManifoldDimension
impl PartialOrd for ManifoldDimension
impl Copy for ManifoldDimension
impl Eq for ManifoldDimension
impl StructuralPartialEq for ManifoldDimension
Auto Trait Implementations§
impl Freeze for ManifoldDimension
impl RefUnwindSafe for ManifoldDimension
impl Send for ManifoldDimension
impl Sync for ManifoldDimension
impl Unpin for ManifoldDimension
impl UnsafeUnpin for ManifoldDimension
impl UnwindSafe for ManifoldDimension
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