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

pub struct SecondStage {
    pub burn_time_sec: u32,
    pub engines: u16,
    pub fuel_amount_tons: Option<f64>,
    pub payloads: SecondStagePayloads,
    pub thrust: Force,
}

Fields

Trait Implementations

impl Debug for SecondStage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SecondStage

impl Sync for SecondStage