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

pub struct CopyCommand {
    pub distance: u32,
    pub num_bytes: u32,
}

Fields

Trait Implementations

impl Debug for CopyCommand
[src]

[src]

Formats the value using the given formatter.

impl Clone for CopyCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CopyCommand
[src]

impl Nop<CopyCommand> for CopyCommand
[src]

[src]