pub struct ZeroDimension {}
Expand description
A constant dimension.
Implementations§
Source§impl ZeroDimension
impl ZeroDimension
Trait Implementations§
Source§impl Clone for ZeroDimension
impl Clone for ZeroDimension
Source§fn clone(&self) -> ZeroDimension
fn clone(&self) -> ZeroDimension
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 moreSource§impl Debug for ZeroDimension
impl Debug for ZeroDimension
Source§impl Default for ZeroDimension
impl Default for ZeroDimension
Source§fn default() -> ZeroDimension
fn default() -> ZeroDimension
Returns the “default value” for a type. Read more
Source§impl Dimension for ZeroDimension
impl Dimension for ZeroDimension
Source§impl<R, C> Estimate<R, C> for ZeroDimension
impl<R, C> Estimate<R, C> for ZeroDimension
Source§impl Hash for ZeroDimension
impl Hash for ZeroDimension
Source§impl Ord for ZeroDimension
impl Ord for ZeroDimension
Source§fn cmp(&self, other: &ZeroDimension) -> Ordering
fn cmp(&self, other: &ZeroDimension) -> 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
Source§impl PartialEq for ZeroDimension
impl PartialEq for ZeroDimension
Source§impl PartialOrd for ZeroDimension
impl PartialOrd for ZeroDimension
impl Copy for ZeroDimension
impl Eq for ZeroDimension
impl StructuralPartialEq for ZeroDimension
Auto Trait Implementations§
impl Freeze for ZeroDimension
impl RefUnwindSafe for ZeroDimension
impl Send for ZeroDimension
impl Sync for ZeroDimension
impl Unpin for ZeroDimension
impl UnwindSafe for ZeroDimension
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