[−][src]Trait bitvec::index::BitRegister
Marks that an integer can be used in a processor register.
Implementations on Foreign Types
impl BitRegister for u8[src]
impl BitRegister for u16[src]
impl BitRegister for u32[src]
impl BitRegister for u64[src]
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.