Struct brotli::enc::interface::DictCommand [] [src]

pub struct DictCommand {
    pub word_size: u8,
    pub transform: u8,
    pub final_size: u8,
    pub empty: u8,
    pub word_id: u32,
}

Fields

Trait Implementations

impl Debug for DictCommand
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DictCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DictCommand
[src]

impl Nop<DictCommand> for DictCommand
[src]

[src]

Auto Trait Implementations

impl Send for DictCommand

impl Sync for DictCommand