pub struct PlanetData {Show 14 fields
pub mass: f64,
pub radius: f64,
pub flattening: f64,
pub orbital_period: f64,
pub semi_major_axis: f64,
pub eccentricity: f64,
pub inclination: f64,
pub axial_tilt: f64,
pub sidereal_day: f64,
pub surface_gravity: f64,
pub escape_velocity: f64,
pub mean_density: f64,
pub bond_albedo: f64,
pub orbital_velocity: f64,
}Fields§
§mass: f64§radius: f64§flattening: f64§orbital_period: f64§semi_major_axis: f64§eccentricity: f64§inclination: f64§axial_tilt: f64§sidereal_day: f64§surface_gravity: f64§escape_velocity: f64§mean_density: f64§bond_albedo: f64§orbital_velocity: f64Auto Trait Implementations§
impl Freeze for PlanetData
impl RefUnwindSafe for PlanetData
impl Send for PlanetData
impl Sync for PlanetData
impl Unpin for PlanetData
impl UnsafeUnpin for PlanetData
impl UnwindSafe for PlanetData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more