Struct rosrust::msg::Time [] [src]

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

Fields

Methods

impl Time
[src]

[src]

[src]

Trait Implementations

impl Debug for Time
[src]

[src]

Formats the value using the given formatter.

impl Add<Duration> for Time
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<Time> for Time
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Sub<Duration> for Time
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.