Struct bitmap::EightBits [] [src]

pub struct EightBits;

Helper type for semantic-free values of fixed width

Trait Implementations

impl Element for EightBits
[src]

Type passed to the width method.

Type decoded from from_bits and thus Bitmap::get.

Return the width of values of this type, in bits. Read more

Decode a value from raw bits.

Encode a value into raw bits. Read more