pub enum DerivativeAxis {
X,
Y,
Width,
}
Expand description
Axis on which to compute a derivative.
Variants§
Trait Implementations§
Source§impl Clone for DerivativeAxis
impl Clone for DerivativeAxis
Source§fn clone(&self) -> DerivativeAxis
fn clone(&self) -> DerivativeAxis
Returns a copy 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 DerivativeAxis
impl Debug for DerivativeAxis
Source§impl Hash for DerivativeAxis
impl Hash for DerivativeAxis
Source§impl Ord for DerivativeAxis
impl Ord for DerivativeAxis
Source§fn cmp(&self, other: &DerivativeAxis) -> Ordering
fn cmp(&self, other: &DerivativeAxis) -> 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 DerivativeAxis
impl PartialEq for DerivativeAxis
Source§impl PartialOrd for DerivativeAxis
impl PartialOrd for DerivativeAxis
impl Copy for DerivativeAxis
impl Eq for DerivativeAxis
impl StructuralPartialEq for DerivativeAxis
Auto Trait Implementations§
impl Freeze for DerivativeAxis
impl RefUnwindSafe for DerivativeAxis
impl Send for DerivativeAxis
impl Sync for DerivativeAxis
impl Unpin for DerivativeAxis
impl UnwindSafe for DerivativeAxis
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.