Struct yaz0::deflate::ProgressMsg [] [src]

pub struct ProgressMsg {
    pub read_head: usize,
}

Message sent by the compressor to inform other threads of the compression progress.

Fields

Trait Implementations

impl Debug for ProgressMsg
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ProgressMsg

impl Sync for ProgressMsg