pub enum DOFParameter {
X = 0,
Y = 1,
Z = 2,
ThX = 3,
ThY = 4,
ThZ = 5,
}Variants§
Implementations§
Source§impl DOFParameter
impl DOFParameter
pub fn from_usize(number: usize) -> Self
Trait Implementations§
Source§impl Clone for DOFParameter
impl Clone for DOFParameter
Source§fn clone(&self) -> DOFParameter
fn clone(&self) -> DOFParameter
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 DOFParameter
impl Debug for DOFParameter
Source§impl Ord for DOFParameter
impl Ord for DOFParameter
Source§fn cmp(&self, other: &DOFParameter) -> Ordering
fn cmp(&self, other: &DOFParameter) -> 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 DOFParameter
impl PartialEq for DOFParameter
Source§impl PartialOrd for DOFParameter
impl PartialOrd for DOFParameter
impl Copy for DOFParameter
impl Eq for DOFParameter
impl StructuralPartialEq for DOFParameter
Auto Trait Implementations§
impl Freeze for DOFParameter
impl RefUnwindSafe for DOFParameter
impl Send for DOFParameter
impl Sync for DOFParameter
impl Unpin for DOFParameter
impl UnwindSafe for DOFParameter
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