pub struct RotationCalculatorConfig {
pub role_depth_margin: f32,
pub first_man_ambiguity_margin: f32,
pub first_man_debounce_seconds: f32,
}Fields§
§role_depth_margin: f32§first_man_ambiguity_margin: f32§first_man_debounce_seconds: f32Trait Implementations§
Source§impl Clone for RotationCalculatorConfig
impl Clone for RotationCalculatorConfig
Source§fn clone(&self) -> RotationCalculatorConfig
fn clone(&self) -> RotationCalculatorConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 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