[][src]Struct bve::parse::train_dat::ParsedTrainDat

pub struct ParsedTrainDat {
    pub version: VersionSection,
    pub acceleration: AccelerationSection,
    pub performance: PerformanceSection,
    pub delay: DelaySection,
    pub movement: MovementSection,
    pub brake: BrakeSection,
    pub pressure: PressureSection,
    pub handle: HandleSection,
    pub cab: CabSection,
    pub car: CarSection,
    pub device: DeviceSection,
    pub motor_p1: MotorSection,
    pub motor_p2: MotorSection,
    pub motor_b1: MotorSection,
    pub motor_b2: MotorSection,
}

Fields

version: VersionSectionacceleration: AccelerationSectionperformance: PerformanceSectiondelay: DelaySectionmovement: MovementSectionbrake: BrakeSectionpressure: PressureSectionhandle: HandleSectioncab: CabSectioncar: CarSectiondevice: DeviceSectionmotor_p1: MotorSectionmotor_p2: MotorSectionmotor_b1: MotorSectionmotor_b2: MotorSection

Trait Implementations

impl Clone for ParsedTrainDat[src]

impl Debug for ParsedTrainDat[src]

impl Default for ParsedTrainDat[src]

impl FromKVPFile for ParsedTrainDat[src]

impl PartialEq<ParsedTrainDat> for ParsedTrainDat[src]

impl StructuralPartialEq for ParsedTrainDat[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.