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