pub struct PhenoUtResult {
pub phase_angle: f64,
pub phase_illuminated: f64,
pub elongation_of_planet: f64,
pub apparent_dimaeter_of_disc: f64,
pub apparent_magnitude: f64,
pub status: i32,
pub serr: String,
}Fields§
§phase_angle: f64§phase_illuminated: f64§elongation_of_planet: f64§apparent_dimaeter_of_disc: f64§apparent_magnitude: f64§status: i32§serr: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PhenoUtResult
impl RefUnwindSafe for PhenoUtResult
impl Send for PhenoUtResult
impl Sync for PhenoUtResult
impl Unpin for PhenoUtResult
impl UnwindSafe for PhenoUtResult
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