pub struct StatsTimelineConfig {
pub most_back_forward_threshold_y: f32,
pub pressure_neutral_zone_half_width_y: f32,
pub rush_max_start_y: f32,
pub rush_attack_support_distance_y: f32,
pub rush_defender_distance_y: f32,
pub rush_min_possession_retained_seconds: f32,
}Fields§
§most_back_forward_threshold_y: f32§pressure_neutral_zone_half_width_y: f32§rush_max_start_y: f32§rush_attack_support_distance_y: f32§rush_defender_distance_y: f32§rush_min_possession_retained_seconds: f32Trait Implementations§
Source§impl Clone for StatsTimelineConfig
impl Clone for StatsTimelineConfig
Source§fn clone(&self) -> StatsTimelineConfig
fn clone(&self) -> StatsTimelineConfig
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 StatsTimelineConfig
impl Debug for StatsTimelineConfig
Source§impl PartialEq for StatsTimelineConfig
impl PartialEq for StatsTimelineConfig
Source§impl Serialize for StatsTimelineConfig
impl Serialize for StatsTimelineConfig
impl StructuralPartialEq for StatsTimelineConfig
Auto Trait Implementations§
impl Freeze for StatsTimelineConfig
impl RefUnwindSafe for StatsTimelineConfig
impl Send for StatsTimelineConfig
impl Sync for StatsTimelineConfig
impl Unpin for StatsTimelineConfig
impl UnsafeUnpin for StatsTimelineConfig
impl UnwindSafe for StatsTimelineConfig
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