Struct rosbag::record_types::BagHeader [] [src]

pub struct BagHeader {
    pub index_pos: u64,
    pub conn_count: u32,
    pub chunk_count: u32,
}

Bag file header record which contains basic information about the file.

Fields

Offset of first record after the chunk section

Number of unique connections in the file

Number of chunk records in the file

Trait Implementations

impl Debug for BagHeader
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BagHeader
[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 BagHeader

impl Sync for BagHeader