Enum lzw::Bits[][src]

pub enum Bits {
    Some(usizeu16),
    None(usize),
}
Expand description

Containes either the consumed bytes and reconstructed bits or only the consumed bytes if the supplied buffer was not bit enough

Variants

Some(usizeu16)

Consumed bytes, reconstructed bits

None(usize)

Consumed bytes

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.