[][src]Struct tinkerforge::gps_v2_bricklet::SatelliteSystemStatusResult

pub struct SatelliteSystemStatusResult {
    pub fix: u8,
    pub pdop: u16,
    pub hdop: u16,
    pub vdop: u16,
}

Fields

fix: u8pdop: u16hdop: u16vdop: u16

Trait Implementations

impl LowLevelRead<u8, SatelliteSystemStatusResult> for SatelliteSystemStatusLowLevel[src]

impl Clone for SatelliteSystemStatusResult[src]

impl Copy for SatelliteSystemStatusResult[src]

impl Default for SatelliteSystemStatusResult[src]

impl Eq for SatelliteSystemStatusResult[src]

impl PartialEq<SatelliteSystemStatusResult> for SatelliteSystemStatusResult[src]

impl Debug for SatelliteSystemStatusResult[src]

impl Hash for SatelliteSystemStatusResult[src]

impl StructuralPartialEq for SatelliteSystemStatusResult[src]

impl StructuralEq for SatelliteSystemStatusResult[src]

Auto Trait Implementations

Blanket Implementations

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 = !

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self