pub enum CoordDimensions {
OneD,
TwoD,
ThreeD,
}Variants§
Trait Implementations§
Source§impl Clone for CoordDimensions
impl Clone for CoordDimensions
Source§fn clone(&self) -> CoordDimensions
fn clone(&self) -> CoordDimensions
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 CoordDimensions
impl Debug for CoordDimensions
Source§impl Into<u32> for CoordDimensions
impl Into<u32> for CoordDimensions
Source§impl Ord for CoordDimensions
impl Ord for CoordDimensions
Source§fn cmp(&self, other: &CoordDimensions) -> Ordering
fn cmp(&self, other: &CoordDimensions) -> 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 CoordDimensions
impl PartialEq for CoordDimensions
Source§impl PartialOrd for CoordDimensions
impl PartialOrd for CoordDimensions
Source§impl TryFrom<u32> for CoordDimensions
impl TryFrom<u32> for CoordDimensions
impl Copy for CoordDimensions
impl Eq for CoordDimensions
impl StructuralPartialEq for CoordDimensions
Auto Trait Implementations§
impl Freeze for CoordDimensions
impl RefUnwindSafe for CoordDimensions
impl Send for CoordDimensions
impl Sync for CoordDimensions
impl Unpin for CoordDimensions
impl UnwindSafe for CoordDimensions
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