Struct astral::coords::Coords [] [src]

pub struct Coords {
    pub ra: f64,
    pub dec: f64,
    pub dist: f64,
}

Fields

Trait Implementations

impl Debug for Coords
[src]

[src]

Formats the value using the given formatter.