Trait bitvec::index::BitRegister[][src]

pub trait BitRegister: BitMemory + BitOps + BitStore { }
Expand description

Marks that an integer can be used in a processor register.

Implementations on Foreign Types

u64 can only be used as a register on processors whose word size is at least 64 bits.

This implementation is not present on targets with 32-bit processor words.

Implementors