[][src]Struct bve::parse::train_dat::performance::PerformanceSection

pub struct PerformanceSection {
    pub deceleration: f32,
    pub coefficient_of_static_friction: f32,
    pub _reserved0: f32,
    pub coefficient_of_rolling_resistance: f32,
    pub aerodynamic_drag_coefficient: f32,
}

Fields

deceleration: f32coefficient_of_static_friction: f32_reserved0: f32coefficient_of_rolling_resistance: f32aerodynamic_drag_coefficient: f32

Trait Implementations

impl Clone for PerformanceSection[src]

impl Debug for PerformanceSection[src]

impl Default for PerformanceSection[src]

impl FromKVPSection for PerformanceSection[src]

impl PartialEq<PerformanceSection> for PerformanceSection[src]

impl StructuralPartialEq for PerformanceSection[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AnyEq for T where
    T: PartialEq<T> + Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.