[][src]Type Definition bitvec::order::LocalBits

type LocalBits = Lsb0;

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.