Struct rtag::frame::ETCO [] [src]

pub struct ETCO {
    pub timestamp_format: TimestampFormat,
    pub event_timing_codes: Vec<EventTimingCode>,
}

Event timing codes

Fields

Trait Implementations

impl Clone for ETCO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ETCO
[src]

Formats the value using the given formatter.

impl PartialEq for ETCO
[src]

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

This method tests for !=.

impl FrameReaderDefault<ETCO> for ETCO
[src]

impl FrameWriterDefault for ETCO
[src]