pub struct BallHalfCalculatorConfig {
pub neutral_zone_half_width_y: f32,
}Expand description
Configuration thresholds for ball-half classification.
Fields§
§neutral_zone_half_width_y: f32Trait Implementations§
Source§impl Clone for BallHalfCalculatorConfig
impl Clone for BallHalfCalculatorConfig
Source§impl Debug for BallHalfCalculatorConfig
impl Debug for BallHalfCalculatorConfig
Source§impl Default for BallHalfCalculatorConfig
impl Default for BallHalfCalculatorConfig
Source§impl PartialEq for BallHalfCalculatorConfig
impl PartialEq for BallHalfCalculatorConfig
impl StructuralPartialEq for BallHalfCalculatorConfig
Auto Trait Implementations§
impl Freeze for BallHalfCalculatorConfig
impl RefUnwindSafe for BallHalfCalculatorConfig
impl Send for BallHalfCalculatorConfig
impl Sync for BallHalfCalculatorConfig
impl Unpin for BallHalfCalculatorConfig
impl UnsafeUnpin for BallHalfCalculatorConfig
impl UnwindSafe for BallHalfCalculatorConfig
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