pub struct DenoiserConfig {
pub num_passes: u32,
pub temporal_weight: f32,
}Fields§
§num_passes: u32§temporal_weight: f32Trait Implementations§
Source§impl Clone for DenoiserConfig
impl Clone for DenoiserConfig
Source§fn clone(&self) -> DenoiserConfig
fn clone(&self) -> DenoiserConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 DenoiserConfig
impl Debug for DenoiserConfig
Source§impl PartialEq for DenoiserConfig
impl PartialEq for DenoiserConfig
Source§impl PartialOrd for DenoiserConfig
impl PartialOrd for DenoiserConfig
impl Copy for DenoiserConfig
impl StructuralPartialEq for DenoiserConfig
Auto Trait Implementations§
impl Freeze for DenoiserConfig
impl RefUnwindSafe for DenoiserConfig
impl Send for DenoiserConfig
impl Sync for DenoiserConfig
impl Unpin for DenoiserConfig
impl UnwindSafe for DenoiserConfig
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