pub struct ManifoldDimension(/* private fields */);Expand description
A non-negative manifold dimension.
Implementations§
Trait Implementations§
Source§impl Clone for ManifoldDimension
impl Clone for ManifoldDimension
Source§fn clone(&self) -> ManifoldDimension
fn clone(&self) -> ManifoldDimension
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 ManifoldDimension
impl Debug for ManifoldDimension
Source§impl Hash for ManifoldDimension
impl Hash for ManifoldDimension
Source§impl Ord for ManifoldDimension
impl Ord for ManifoldDimension
Source§fn cmp(&self, other: &ManifoldDimension) -> Ordering
fn cmp(&self, other: &ManifoldDimension) -> Ordering
1.21.0 (const: unstable) · 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
Source§impl PartialEq for ManifoldDimension
impl PartialEq for ManifoldDimension
Source§fn eq(&self, other: &ManifoldDimension) -> bool
fn eq(&self, other: &ManifoldDimension) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§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