Struct chirpstack_api::as_pb::external::api::PingRx[][src]

pub struct PingRx {
    pub gateway_id: String,
    pub rssi: i32,
    pub lora_snr: f64,
    pub latitude: f64,
    pub longitude: f64,
    pub altitude: f64,
}

Fields

gateway_id: String

Gateway ID (HEX encoded).

rssi: i32

RSSI.

lora_snr: f64

LoRa SNR.

latitude: f64

Latitude of the gateway -90.0 to 90.0.

longitude: f64

Longitude of the gateway -180.0 to 180.0.

altitude: f64

Altitude of the gateway in meters.

Trait Implementations

impl Clone for PingRx[src]

impl Debug for PingRx[src]

impl Default for PingRx[src]

impl Message for PingRx[src]

impl PartialEq<PingRx> for PingRx[src]

impl StructuralPartialEq for PingRx[src]

Auto Trait Implementations

impl RefUnwindSafe for PingRx

impl Send for PingRx

impl Sync for PingRx

impl Unpin for PingRx

impl UnwindSafe for PingRx

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> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]