Struct brotli::enc::command::Command [−][src]
pub struct Command {
pub insert_len_: u32,
pub copy_len_: u32,
pub dist_extra_: u32,
pub cmd_prefix_: u16,
pub dist_prefix_: u16,
}Fields
insert_len_: u32
copy_len_: u32
dist_extra_: u32
cmd_prefix_: u16
dist_prefix_: u16
Trait Implementations
impl Clone for Command[src]
impl Clone for Commandfn clone(&self) -> Command[src]
fn clone(&self) -> CommandReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Command[src]
impl Copy for Commandimpl Debug for Command[src]
impl Debug for Commandfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Command[src]
impl Default for Command