[][src]Struct adafruit_gps::PMTK::send_pmtk::EpoData

pub struct EpoData {
    pub set: i8,
    pub fwn_ftow_week_number: i8,
    pub fwn_ftow_tow: i8,
    pub lwn_ltow_week_number: i8,
    pub lwn_ltow_tow: i8,
    pub fcwn_fctow_week_number: i8,
    pub fcwn_fctow_tow: i8,
    pub lcwn_lctow_week_number: i8,
    pub lcwn_lctow_tow: i8,
}

Fields

set: i8fwn_ftow_week_number: i8fwn_ftow_tow: i8lwn_ltow_week_number: i8lwn_ltow_tow: i8fcwn_fctow_week_number: i8fcwn_fctow_tow: i8lcwn_lctow_week_number: i8lcwn_lctow_tow: i8

Trait Implementations

impl Debug for EpoData[src]

impl PartialEq<EpoData> for EpoData[src]

impl StructuralPartialEq for EpoData[src]

Auto Trait Implementations

impl RefUnwindSafe for EpoData

impl Send for EpoData

impl Sync for EpoData

impl Unpin for EpoData

impl UnwindSafe for EpoData

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.