Struct bitmap::DynamicSize [] [src]

pub struct DynamicSize;

Trait Implementations

impl Element for DynamicSize
[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