Struct bitstream_io::LittleEndian [] [src]

pub struct LittleEndian {}

Little-endian, or least significant bits first

Trait Implementations

impl Endianness for LittleEndian
[src]

[src]

Pushes the given bits and value onto an accumulator with the given bits and value. Read more

[src]

Pops a value with the given number of bits from an accumulator with the given bits and value. Read more

[src]

Drops the given number of bits from an accumulator with the given bits and value. Read more

[src]

Returns the next number of 0 bits from an accumulator with the given bits and value. Read more

[src]

Returns the next number of 1 bits from an accumulator with the given bits and value. Read more