Struct open_protocol::types::SyncStamp [] [src]

pub struct SyncStamp {
    pub time_2p5ms: u32,
    pub tag: u16,
    pub flag: u8,
}

Fields

Trait Implementations

impl Debug for SyncStamp
[src]

Formats the value using the given formatter.

impl Copy for SyncStamp
[src]

impl Clone for SyncStamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SyncStamp
[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 SyncStamp
[src]

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

impl FromBytes for SyncStamp
[src]