Struct bitstream_io::BigEndian[][src]

pub struct BigEndian;

Big-endian, or most significant bits first

Trait Implementations

impl Copy for BigEndian
[src]

impl Clone for BigEndian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Endianness for BigEndian
[src]

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

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

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

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

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

Auto Trait Implementations

impl Send for BigEndian

impl Sync for BigEndian