Type Definition bitvec::order::LocalBits

source · []
pub type LocalBits = Lsb0;
Expand description

A default bit ordering.

Typically, your platform’s C compiler uses least-significant-bit-first ordering for bitfields. The Lsb0 bit ordering and little-endian byte ordering are otherwise completely unrelated.