Struct rosbag::record_types::IndexData [] [src]

pub struct IndexData {
    pub ver: u32,
    pub conn_id: u32,
    pub data: Vec<IndexDataEntry>,
}

Index record which describes messages offset for Connection with conn_id ID in the preceding Chunk.

Fields

Index data record version (only version 1 is currently cupported)

Connection ID

Occurrences of timestamps, chunk record offsets and message offsets

Trait Implementations

impl Debug for IndexData
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IndexData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IndexData

impl Sync for IndexData