pub struct ColorFunctionColorParams(pub ColorSpace, pub NoneOr<NumberOrPercentage>, pub NoneOr<NumberOrPercentage>, pub NoneOr<NumberOrPercentage>, pub Option<Slash>, pub Option<NoneOr<NumberOrPercentage>>);Tuple Fields§
§0: ColorSpace§1: NoneOr<NumberOrPercentage>§2: NoneOr<NumberOrPercentage>§3: NoneOr<NumberOrPercentage>§4: Option<Slash>§5: Option<NoneOr<NumberOrPercentage>>Trait Implementations§
Source§impl Clone for ColorFunctionColorParams
impl Clone for ColorFunctionColorParams
Source§fn clone(&self) -> ColorFunctionColorParams
fn clone(&self) -> ColorFunctionColorParams
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 ColorFunctionColorParams
impl Debug for ColorFunctionColorParams
Source§impl Hash for ColorFunctionColorParams
impl Hash for ColorFunctionColorParams
Source§impl Ord for ColorFunctionColorParams
impl Ord for ColorFunctionColorParams
Source§fn cmp(&self, other: &ColorFunctionColorParams) -> Ordering
fn cmp(&self, other: &ColorFunctionColorParams) -> 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<'a> Parse<'a> for ColorFunctionColorParams
impl<'a> Parse<'a> for ColorFunctionColorParams
Source§impl PartialEq for ColorFunctionColorParams
impl PartialEq for ColorFunctionColorParams
Source§impl PartialOrd for ColorFunctionColorParams
impl PartialOrd for ColorFunctionColorParams
Source§impl<'a> Peek<'a> for ColorFunctionColorParams
impl<'a> Peek<'a> for ColorFunctionColorParams
Source§impl ToCursors for ColorFunctionColorParams
impl ToCursors for ColorFunctionColorParams
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for ColorFunctionColorParams
impl StructuralPartialEq for ColorFunctionColorParams
Auto Trait Implementations§
impl Freeze for ColorFunctionColorParams
impl RefUnwindSafe for ColorFunctionColorParams
impl Send for ColorFunctionColorParams
impl Sync for ColorFunctionColorParams
impl Unpin for ColorFunctionColorParams
impl UnwindSafe for ColorFunctionColorParams
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