Struct starstuff_types::star::Star
source · pub struct Star {
pub coordinates: StarCoordinates,
pub v_mag: f64,
pub name: String,
pub harvard: u32,
}Expand description
Generic star structure.
TODO: move this to a different crate and implement
fromtraits for the catalog star structs in this crate.
Fields§
§coordinates: StarCoordinates§v_mag: f64§name: String§harvard: u32