Struct rosbag::record_types::ChunkInfoEntry [] [src]

pub struct ChunkInfoEntry {
    pub conn_id: u32,
    pub count: u32,
}

Entry which contains number of records in the Chunk for Connection with conn_id ID.

Fields

Connection id

Number of messages that arrived on this connection in the chunk

Trait Implementations

impl Debug for ChunkInfoEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChunkInfoEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ChunkInfoEntry
[src]

[src]

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

Auto Trait Implementations