[][src]Struct isis_ants_service::AntennaStats

pub struct AntennaStats {
    pub act_count: u8,
    pub act_time: u16,
}

Antenna status data

Fields

Number of times deployment has been attempted without success

Cummulative amount of time, in 50ms steps, which has been spent deploying the antenna

Trait Implementations

impl Default for AntennaStats
[src]

impl PartialEq<AntennaStats> for AntennaStats
[src]

impl Debug for AntennaStats
[src]

Auto Trait Implementations

impl Send for AntennaStats

impl Sync for AntennaStats

Blanket Implementations

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

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T

impl<T> Same for T

Should always be Self