pub struct SidecarLabelTuningOptions {
pub enabled: Option<bool>,
pub strength: Option<f64>,
pub target_luma: Option<f64>,
pub grain: Option<i16>,
}Fields§
§enabled: Option<bool>§strength: Option<f64>§target_luma: Option<f64>§grain: Option<i16>Trait Implementations§
Source§impl Clone for SidecarLabelTuningOptions
impl Clone for SidecarLabelTuningOptions
Source§fn clone(&self) -> SidecarLabelTuningOptions
fn clone(&self) -> SidecarLabelTuningOptions
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 SidecarLabelTuningOptions
impl Debug for SidecarLabelTuningOptions
Source§impl<'de> Deserialize<'de> for SidecarLabelTuningOptions
impl<'de> Deserialize<'de> for SidecarLabelTuningOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SidecarLabelTuningOptions
impl RefUnwindSafe for SidecarLabelTuningOptions
impl Send for SidecarLabelTuningOptions
impl Sync for SidecarLabelTuningOptions
impl Unpin for SidecarLabelTuningOptions
impl UnsafeUnpin for SidecarLabelTuningOptions
impl UnwindSafe for SidecarLabelTuningOptions
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