pub struct HostProxyThresholds {
pub residual: SmoothstepThreshold,
pub depth: SmoothstepThreshold,
pub normal: SmoothstepThreshold,
pub motion: SmoothstepThreshold,
pub neighborhood: SmoothstepThreshold,
pub local_contrast: SmoothstepThreshold,
pub hazard_curve: SmoothstepThreshold,
pub thin_hint_mix: f32,
pub thin_local_contrast_mix: f32,
pub history_instability_residual_mix: f32,
pub history_instability_neighborhood_mix: f32,
}Fields§
§residual: SmoothstepThreshold§depth: SmoothstepThreshold§normal: SmoothstepThreshold§motion: SmoothstepThreshold§neighborhood: SmoothstepThreshold§local_contrast: SmoothstepThreshold§hazard_curve: SmoothstepThreshold§thin_hint_mix: f32§thin_local_contrast_mix: f32§history_instability_residual_mix: f32§history_instability_neighborhood_mix: f32Trait Implementations§
Source§impl Clone for HostProxyThresholds
impl Clone for HostProxyThresholds
Source§fn clone(&self) -> HostProxyThresholds
fn clone(&self) -> HostProxyThresholds
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 HostProxyThresholds
impl Debug for HostProxyThresholds
Source§impl<'de> Deserialize<'de> for HostProxyThresholds
impl<'de> Deserialize<'de> for HostProxyThresholds
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
Source§impl Serialize for HostProxyThresholds
impl Serialize for HostProxyThresholds
impl Copy for HostProxyThresholds
Auto Trait Implementations§
impl Freeze for HostProxyThresholds
impl RefUnwindSafe for HostProxyThresholds
impl Send for HostProxyThresholds
impl Sync for HostProxyThresholds
impl Unpin for HostProxyThresholds
impl UnsafeUnpin for HostProxyThresholds
impl UnwindSafe for HostProxyThresholds
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