pub struct HazardWeights {
pub residual: f32,
pub visibility: f32,
pub depth: f32,
pub normal: f32,
pub motion: f32,
pub neighborhood: f32,
pub thin: f32,
pub history_instability: f32,
pub grammar: f32,
}Fields§
§residual: f32§visibility: f32§depth: f32§normal: f32§motion: f32§neighborhood: f32§thin: f32§history_instability: f32§grammar: f32Trait Implementations§
Source§impl Clone for HazardWeights
impl Clone for HazardWeights
Source§fn clone(&self) -> HazardWeights
fn clone(&self) -> HazardWeights
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 HazardWeights
impl Debug for HazardWeights
Source§impl<'de> Deserialize<'de> for HazardWeights
impl<'de> Deserialize<'de> for HazardWeights
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 HazardWeights
impl Serialize for HazardWeights
impl Copy for HazardWeights
Auto Trait Implementations§
impl Freeze for HazardWeights
impl RefUnwindSafe for HazardWeights
impl Send for HazardWeights
impl Sync for HazardWeights
impl Unpin for HazardWeights
impl UnsafeUnpin for HazardWeights
impl UnwindSafe for HazardWeights
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