pub struct StructuralThresholds {
pub disocclusion_like: f32,
pub unstable_residual: f32,
pub unstable_neighborhood: f32,
pub motion_edge: f32,
pub thin_edge: f32,
pub thin_residual: f32,
}Fields§
§disocclusion_like: f32§unstable_residual: f32§unstable_neighborhood: f32§motion_edge: f32§thin_edge: f32§thin_residual: f32Trait Implementations§
Source§impl Clone for StructuralThresholds
impl Clone for StructuralThresholds
Source§fn clone(&self) -> StructuralThresholds
fn clone(&self) -> StructuralThresholds
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 StructuralThresholds
impl Debug for StructuralThresholds
Source§impl<'de> Deserialize<'de> for StructuralThresholds
impl<'de> Deserialize<'de> for StructuralThresholds
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 StructuralThresholds
impl Serialize for StructuralThresholds
impl Copy for StructuralThresholds
Auto Trait Implementations§
impl Freeze for StructuralThresholds
impl RefUnwindSafe for StructuralThresholds
impl Send for StructuralThresholds
impl Sync for StructuralThresholds
impl Unpin for StructuralThresholds
impl UnsafeUnpin for StructuralThresholds
impl UnwindSafe for StructuralThresholds
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