pub enum CurvesFilterChannel {
Composite,
Red,
Green,
Blue,
}Expand description
curves filter channel: “composite” | “red” | “green” | “blue”
Variants§
Trait Implementations§
Source§impl Clone for CurvesFilterChannel
impl Clone for CurvesFilterChannel
Source§fn clone(&self) -> CurvesFilterChannel
fn clone(&self) -> CurvesFilterChannel
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 CurvesFilterChannel
Source§impl Debug for CurvesFilterChannel
impl Debug for CurvesFilterChannel
impl Eq for CurvesFilterChannel
Source§impl PartialEq for CurvesFilterChannel
impl PartialEq for CurvesFilterChannel
Source§fn eq(&self, other: &CurvesFilterChannel) -> bool
fn eq(&self, other: &CurvesFilterChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CurvesFilterChannel
Auto Trait Implementations§
impl Freeze for CurvesFilterChannel
impl RefUnwindSafe for CurvesFilterChannel
impl Send for CurvesFilterChannel
impl Sync for CurvesFilterChannel
impl Unpin for CurvesFilterChannel
impl UnsafeUnpin for CurvesFilterChannel
impl UnwindSafe for CurvesFilterChannel
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