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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Union1
[src]

impl Debug for Union1
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Union1

impl Sync for Union1