Struct open_protocol::types::Timestamp [] [src]

pub struct Timestamp {
    pub time_ms: u32,
    pub time_ns: u32,
}

Fields

Trait Implementations

impl Debug for Timestamp
[src]

Formats the value using the given formatter.

impl Copy for Timestamp
[src]

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Timestamp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Timestamp
[src]

Returns the "default value" for a type. Read more

impl FromBytes for Timestamp
[src]