Struct bitvec::LittleEndian[][src]

pub struct LittleEndian;

Travels an element starting at the Least Significant Bit and ending at the Most Significant Bit.

Trait Implementations

impl Endian for LittleEndian
[src]

Compute the bit index at a given count. Read more

Compute the semantic index that logically follows the given index. Read more

Compute the semantic index that logically precedes the given index. Read more

Computes the bit index at a given semantic offset from the current cursor. Read more

Auto Trait Implementations