Struct rtag::frame::POSS [] [src]

pub struct POSS {
    pub timestamp_format: TimestampFormat,
    pub position: Vec<u8>,
}

Position synchronisation frame

Not yet tested!

Fields

Trait Implementations

impl Clone for POSS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for POSS
[src]

Formats the value using the given formatter.

impl PartialEq for POSS
[src]

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

This method tests for !=.

impl FrameReaderDefault<POSS> for POSS
[src]

impl FrameWriterDefault for POSS
[src]