pub struct PreparedSidecarLabelTuning {
pub strength: f64,
pub target_luma: f64,
pub grain: i16,
}Fields§
§strength: f64§target_luma: f64§grain: i16Trait Implementations§
Source§impl Clone for PreparedSidecarLabelTuning
impl Clone for PreparedSidecarLabelTuning
Source§fn clone(&self) -> PreparedSidecarLabelTuning
fn clone(&self) -> PreparedSidecarLabelTuning
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 moreAuto Trait Implementations§
impl Freeze for PreparedSidecarLabelTuning
impl RefUnwindSafe for PreparedSidecarLabelTuning
impl Send for PreparedSidecarLabelTuning
impl Sync for PreparedSidecarLabelTuning
impl Unpin for PreparedSidecarLabelTuning
impl UnsafeUnpin for PreparedSidecarLabelTuning
impl UnwindSafe for PreparedSidecarLabelTuning
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