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
active: bool
capsule_type: String
crew_capacity: u16
diameter: Length
heat_shield: HeatShield
height_w_trunk: Length
id: String
launch_payload_mass: Weight
launch_payload_vol: Volume
name: String
orbit_duration_yr: u16
pressurized_capsule: PressurizedCapsule
return_payload_mass: Weight
return_payload_vol: Volume
sidewall_angle_deg: i16
thrusters: Vec<Thruster>
trunk: Trunk