[][src]Struct rosrust_msg::rosgraph_msgs::TopicStatistics

pub struct TopicStatistics {
    pub topic: String,
    pub node_pub: String,
    pub node_sub: String,
    pub window_start: Time,
    pub window_stop: Time,
    pub delivered_msgs: i32,
    pub dropped_msgs: i32,
    pub traffic: i32,
    pub period_mean: Duration,
    pub period_stddev: Duration,
    pub period_max: Duration,
    pub stamp_age_mean: Duration,
    pub stamp_age_stddev: Duration,
    pub stamp_age_max: Duration,
}

Fields

topic: Stringnode_pub: Stringnode_sub: Stringwindow_start: Timewindow_stop: Timedelivered_msgs: i32dropped_msgs: i32traffic: i32period_mean: Durationperiod_stddev: Durationperiod_max: Durationstamp_age_mean: Durationstamp_age_stddev: Durationstamp_age_max: Duration

Trait Implementations

impl Clone for TopicStatistics[src][+]

impl Debug for TopicStatistics[src][+]

impl Default for TopicStatistics[src][+]

impl Message for TopicStatistics[src][+]

impl PartialEq<TopicStatistics> for TopicStatistics[src][+]

impl RosMsg for TopicStatistics[src][+]

Auto Trait Implementations

impl RefUnwindSafe for TopicStatistics

impl Send for TopicStatistics

impl Sync for TopicStatistics

impl Unpin for TopicStatistics

impl UnwindSafe for TopicStatistics

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, 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 = 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> Typeable for T where
    T: Any
[src][+]