Struct brotli::enc::interface::DictCommand
source · pub struct DictCommand {
pub word_size: u8,
pub transform: u8,
pub final_size: u8,
pub empty: u8,
pub word_id: u32,
}
Fields§
§word_size: u8
§transform: u8
§final_size: u8
§empty: u8
§word_id: u32
Trait Implementations§
source§impl Clone for DictCommand
impl Clone for DictCommand
source§fn clone(&self) -> DictCommand
fn clone(&self) -> DictCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more