pub enum TransformDef {
Linear,
Exponential,
Logarithmic,
Inverted,
}Expand description
Serializable transform — Linear, Exponential, Logarithmic, or Inverted.
Variants§
Implementations§
Source§impl TransformDef
impl TransformDef
pub fn to_transform(&self) -> Transform
Trait Implementations§
Source§impl Clone for TransformDef
impl Clone for TransformDef
Source§fn clone(&self) -> TransformDef
fn clone(&self) -> TransformDef
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 moreAuto Trait Implementations§
impl Freeze for TransformDef
impl RefUnwindSafe for TransformDef
impl Send for TransformDef
impl Sync for TransformDef
impl Unpin for TransformDef
impl UnsafeUnpin for TransformDef
impl UnwindSafe for TransformDef
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