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