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