Struct rosrust::msg::Duration [] [src]

pub struct Duration {
    pub sec: i32,
    pub nsec: i32,
}

Fields

Methods

impl Duration
[src]

Trait Implementations

impl Debug for Duration
[src]

[src]

Formats the value using the given formatter.

impl Add<Duration> for Duration
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<Duration> for Duration
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Neg for Duration
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.