[][src]Struct isis_ants_service::AntennaStats

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

Antenna status data

Fields

act_count: u8

Number of times deployment has been attempted without success

act_time: u16

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 Unpin for AntennaStats

impl Sync for AntennaStats

impl UnwindSafe for AntennaStats

impl RefUnwindSafe for AntennaStats

Blanket Implementations

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

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

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

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

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

impl<T> DebugAny for T where
    T: Any + Debug

impl<T> UnsafeAny for T where
    T: Any

impl<T> Same<T> for T

type Output = T

Should always be Self

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