Struct space_rx::v2_api::models::capsule::Capsule[][src]

pub struct Capsule {
    pub active: bool,
    pub capsule_type: String,
    pub crew_capacity: u16,
    pub diameter: Length,
    pub heat_shield: HeatShield,
    pub height_w_trunk: Length,
    pub id: String,
    pub launch_payload_mass: Weight,
    pub launch_payload_vol: Volume,
    pub name: String,
    pub orbit_duration_yr: u16,
    pub pressurized_capsule: PressurizedCapsule,
    pub return_payload_mass: Weight,
    pub return_payload_vol: Volume,
    pub sidewall_angle_deg: i16,
    pub thrusters: Vec<Thruster>,
    pub trunk: Trunk,
}

Fields

Trait Implementations

impl Debug for Capsule
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Capsule

impl Sync for Capsule