Struct rosbag::record_types::IndexDataEntry [] [src]

pub struct IndexDataEntry {
    pub time: u64,
    pub offset: u32,
}

Index entry which contains message offset and its timestamp.

Fields

Time at which the message was received

Offset of message data record in uncompressed chunk data

Trait Implementations

impl Debug for IndexDataEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IndexDataEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for IndexDataEntry
[src]

[src]

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

Auto Trait Implementations