Enum brotli::enc::hash_to_binary_tree::Union1[][src]

pub enum Union1 {
    cost(floatX),
    next(u32),
    shortcut(u32),
}

Variants

Trait Implementations

impl Clone for Union1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Union1
[src]

impl Debug for Union1
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Union1

impl Sync for Union1