pub struct PhotoFilterAdjustment {
pub color: Option<Color>,
pub density: Option<f64>,
pub preserve_luminosity: Option<bool>,
}Expand description
TS PhotoFilterAdjustment (type: 'photo filter').
Fields§
§color: Option<Color>§density: Option<f64>§preserve_luminosity: Option<bool>Trait Implementations§
Source§impl Clone for PhotoFilterAdjustment
impl Clone for PhotoFilterAdjustment
Source§fn clone(&self) -> PhotoFilterAdjustment
fn clone(&self) -> PhotoFilterAdjustment
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 PhotoFilterAdjustment
impl Debug for PhotoFilterAdjustment
Source§impl Default for PhotoFilterAdjustment
impl Default for PhotoFilterAdjustment
Source§fn default() -> PhotoFilterAdjustment
fn default() -> PhotoFilterAdjustment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PhotoFilterAdjustment
impl RefUnwindSafe for PhotoFilterAdjustment
impl Send for PhotoFilterAdjustment
impl Sync for PhotoFilterAdjustment
impl Unpin for PhotoFilterAdjustment
impl UnsafeUnpin for PhotoFilterAdjustment
impl UnwindSafe for PhotoFilterAdjustment
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