pub struct RotationCalculatorConfig {
pub role_depth_margin: f32,
pub first_man_ambiguity_margin: f32,
pub first_man_debounce_seconds: f32,
pub first_man_stint_end_grace_seconds: f32,
}Expand description
Configuration thresholds for rotation classification.
Fields§
§role_depth_margin: f32§first_man_ambiguity_margin: f32§first_man_debounce_seconds: f32§first_man_stint_end_grace_seconds: f32Trait Implementations§
Source§impl Clone for RotationCalculatorConfig
impl Clone for RotationCalculatorConfig
Source§impl Debug for RotationCalculatorConfig
impl Debug for RotationCalculatorConfig
Auto Trait Implementations§
impl Freeze for RotationCalculatorConfig
impl RefUnwindSafe for RotationCalculatorConfig
impl Send for RotationCalculatorConfig
impl Sync for RotationCalculatorConfig
impl Unpin for RotationCalculatorConfig
impl UnsafeUnpin for RotationCalculatorConfig
impl UnwindSafe for RotationCalculatorConfig
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