pub struct ChannelDenoise {
pub channels: Vec<DenoiseChannel>,
pub amount: f64,
pub preserve_details: Option<f64>,
}Expand description
reduce noise channelDenoise[] element.
Fields§
§channels: Vec<DenoiseChannel>§amount: f64§preserve_details: Option<f64>percent
Trait Implementations§
Source§impl Clone for ChannelDenoise
impl Clone for ChannelDenoise
Source§fn clone(&self) -> ChannelDenoise
fn clone(&self) -> ChannelDenoise
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 ChannelDenoise
impl Debug for ChannelDenoise
Source§impl Default for ChannelDenoise
impl Default for ChannelDenoise
Source§fn default() -> ChannelDenoise
fn default() -> ChannelDenoise
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChannelDenoise
impl RefUnwindSafe for ChannelDenoise
impl Send for ChannelDenoise
impl Sync for ChannelDenoise
impl Unpin for ChannelDenoise
impl UnsafeUnpin for ChannelDenoise
impl UnwindSafe for ChannelDenoise
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