[−][src]Module gf::support::bitvec
Bit vectors and slices.
Structs
BitSlice | An immutable bit slice. |
BitVec | Growable bit vector. |
BitVecOpApp | Context for applying an operator to a tuple of bit vectors. |
CastFromBitVecError | Error type returned when a bit vector cannot be cast using
|
ParseBitVecError | Error type returned when a bit vector cannot be parsed by |
TryFromBitVecError | Error type returned when a bit vector cannot be converted using |
Enums
BitVecOp | Bit vector operator. |
BitVecOpError | Error than can be returned from operator-related functions. |
BitVecOpSignature | Signature of a bit vector operator. |
Endianness | Endianness of multibyte data. |
Signedness | Signedness of integer data. |
Traits
BitSeq | An immutable sequence of bits. |
BitSeqMut | A mutable sequence of bits. |
CastFromBitVec | A type that can be constructed from a bit vector via an integer cast. |