pub struct ColorBalanceValues {
pub cyan_red: f64,
pub magenta_green: f64,
pub yellow_blue: f64,
}Expand description
TS ColorBalanceValues.
Fields§
§cyan_red: f64§magenta_green: f64§yellow_blue: f64Trait Implementations§
Source§impl Clone for ColorBalanceValues
impl Clone for ColorBalanceValues
Source§fn clone(&self) -> ColorBalanceValues
fn clone(&self) -> ColorBalanceValues
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 moreSource§impl Debug for ColorBalanceValues
impl Debug for ColorBalanceValues
Source§impl Default for ColorBalanceValues
impl Default for ColorBalanceValues
Source§fn default() -> ColorBalanceValues
fn default() -> ColorBalanceValues
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColorBalanceValues
impl RefUnwindSafe for ColorBalanceValues
impl Send for ColorBalanceValues
impl Sync for ColorBalanceValues
impl Unpin for ColorBalanceValues
impl UnsafeUnpin for ColorBalanceValues
impl UnwindSafe for ColorBalanceValues
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