[][src]Struct nmea0183_core::types::latitude::Latitude

pub struct Latitude(pub i32);

Implementations

impl Latitude[src]

pub fn degrees(self) -> u8[src]

pub fn minutes(self) -> u8[src]

pub fn seconds(self) -> u8[src]

pub fn sub_seconds(self) -> u16[src]

pub fn is_north(self) -> bool[src]

pub fn is_south(self) -> bool[src]

Trait Implementations

impl Clone for Latitude[src]

impl Copy for Latitude[src]

impl Debug for Latitude[src]

impl Default for Latitude[src]

impl Display for Latitude[src]

impl<'_> From<&'_ [u8]> for Latitude[src]

impl PartialEq<Latitude> for Latitude[src]

impl StructuralPartialEq for Latitude[src]

Auto Trait Implementations

impl Send for Latitude

impl Sync for Latitude

impl Unpin for Latitude

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, 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.