Enum rosbag::record_types::Compression [] [src]

pub enum Compression {
    Bzip2,
    None,
}

Compression options for Chunk data.

Variants

Trait Implementations

impl Debug for Compression
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Compression
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Compression
[src]

Auto Trait Implementations

impl Send for Compression

impl Sync for Compression