Struct bitstream_io::BigEndian [] [src]

pub struct BigEndian {}

Big-endian, or most significant bits first

Trait Implementations

impl Endianness for BigEndian
[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