pub struct NutationResult { /* private fields */ }Implementations§
Source§impl NutationResult
impl NutationResult
pub fn new(core_result: NutationResult, model: NutationModel) -> Self
pub fn nutation_longitude(&self) -> f64
pub fn nutation_obliquity(&self) -> f64
pub fn model(&self) -> NutationModel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NutationResult
impl RefUnwindSafe for NutationResult
impl Send for NutationResult
impl Sync for NutationResult
impl Unpin for NutationResult
impl UnsafeUnpin for NutationResult
impl UnwindSafe for NutationResult
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