pub enum GradientMapType {
Solid,
Noise,
}Expand description
TS GradientMapAdjustment.gradientType = 'solid' | 'noise'.
Variants§
Trait Implementations§
Source§impl Clone for GradientMapType
impl Clone for GradientMapType
Source§fn clone(&self) -> GradientMapType
fn clone(&self) -> GradientMapType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GradientMapType
Source§impl Debug for GradientMapType
impl Debug for GradientMapType
impl Eq for GradientMapType
Source§impl PartialEq for GradientMapType
impl PartialEq for GradientMapType
Source§fn eq(&self, other: &GradientMapType) -> bool
fn eq(&self, other: &GradientMapType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GradientMapType
Auto Trait Implementations§
impl Freeze for GradientMapType
impl RefUnwindSafe for GradientMapType
impl Send for GradientMapType
impl Sync for GradientMapType
impl Unpin for GradientMapType
impl UnsafeUnpin for GradientMapType
impl UnwindSafe for GradientMapType
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