Struct brotli::enc::hash_to_binary_tree::ZopfliNode[][src]

pub struct ZopfliNode {
    pub length: u32,
    pub distance: u32,
    pub dcode_insert_length: u32,
    pub u: Union1,
}

Fields

Trait Implementations

impl Clone for ZopfliNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ZopfliNode
[src]

impl Debug for ZopfliNode
[src]

Formats the value using the given formatter. Read more

impl Default for ZopfliNode
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for ZopfliNode

impl Sync for ZopfliNode