Struct blade_render::DenoiserConfig
source · 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 copy 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§fn eq(&self, other: &DenoiserConfig) -> bool
fn eq(&self, other: &DenoiserConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DenoiserConfig
impl PartialOrd for DenoiserConfig
source§fn partial_cmp(&self, other: &DenoiserConfig) -> Option<Ordering>
fn partial_cmp(&self, other: &DenoiserConfig) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl 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