Struct open_protocol::types::SyncStamp
[−]
[src]
pub struct SyncStamp { pub time_2p5ms: u32, pub tag: u16, pub flag: u8, }
Fields
time_2p5ms: u32
tag: u16
flag: u8
Trait Implementations
impl Debug for SyncStamp
[src]
impl Copy for SyncStamp
[src]
impl Clone for SyncStamp
[src]
fn clone(&self) -> SyncStamp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for SyncStamp
[src]
fn eq(&self, __arg_0: &SyncStamp) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SyncStamp) -> bool
This method tests for !=
.