Struct bitvec::BigEndian[][src]

pub struct BigEndian;

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

Trait Implementations

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

impl Send for BigEndian

impl Sync for BigEndian