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