Struct space_rx::v2_api::models::rocket::FirstStage[][src]

pub struct FirstStage {
    pub burn_time_sec: u32,
    pub engines: u16,
    pub fuel_amount_tons: f64,
    pub reusable: bool,
    pub thrust_sea_level: Force,
    pub thrust_vacuum: Force,
}

Fields

Trait Implementations

impl Debug for FirstStage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FirstStage

impl Sync for FirstStage