pub enum CurvePreset {
None,
ColorNegative,
CrossProcess,
Darker,
IncreaseContrast,
Lighter,
LinearContrast,
MediumContrast,
Negative,
StrongContrast,
Vintage,
}Variants§
None
ColorNegative
CrossProcess
Darker
IncreaseContrast
Lighter
LinearContrast
MediumContrast
Negative
StrongContrast
Vintage
Trait Implementations§
Source§impl Clone for CurvePreset
impl Clone for CurvePreset
Source§fn clone(&self) -> CurvePreset
fn clone(&self) -> CurvePreset
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 CurvePreset
impl Debug for CurvePreset
impl Copy for CurvePreset
Auto Trait Implementations§
impl Freeze for CurvePreset
impl RefUnwindSafe for CurvePreset
impl Send for CurvePreset
impl Sync for CurvePreset
impl Unpin for CurvePreset
impl UnsafeUnpin for CurvePreset
impl UnwindSafe for CurvePreset
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