Struct ephem::base::angle::AngleArcMinutesSeconds[][src]

pub struct AngleArcMinutesSeconds(_);

Implementations

impl AngleArcMinutesSeconds[src]

pub fn minutes(&self) -> i32[src]

pub fn seconds(&self) -> f64[src]

pub fn sigh(&self) -> Sign[src]

Trait Implementations

impl Clone for AngleArcMinutesSeconds[src]

impl Copy for AngleArcMinutesSeconds[src]

impl Debug for AngleArcMinutesSeconds[src]

impl Default for AngleArcMinutesSeconds[src]

impl Into<(Sign, i32, f64)> for AngleArcMinutesSeconds[src]

impl Into<(i32, f64)> for AngleArcMinutesSeconds[src]

impl Into<AngleArcMinutesSeconds> for Angle[src]

impl Into<f64> for AngleArcMinutesSeconds[src]

impl PartialEq<AngleArcMinutesSeconds> for AngleArcMinutesSeconds[src]

impl PartialOrd<AngleArcMinutesSeconds> for AngleArcMinutesSeconds[src]

impl StructuralPartialEq for AngleArcMinutesSeconds[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.