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