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

pub struct Engines {
    pub engine_loss_max: Option<u16>,
    pub engine_type: String,
    pub layout: Option<String>,
    pub propellant_1: String,
    pub propellant_2: String,
    pub number: u16,
    pub thrust_sea_level: Force,
    pub thrust_to_weight: Option<f64>,
    pub thrust_vacuum: Force,
    pub version: String,
}

Fields

Trait Implementations

impl Debug for Engines
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Engines

impl Sync for Engines