[−][src]Struct isis_ants_service::AntennaStats
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][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> DebugAny for T where
T: Any + Debug,
T: Any + Debug,
impl<T> UnsafeAny for T where
T: Any,
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>,
[+]
V: MultiLane<T>,