Bitfield

Trait Bitfield 

Source
pub trait Bitfield {
    type Storage;
}
Expand description

Trait implemented by all bitfields generated by the crate in order to know their storage type.

Required Associated Types§

Source

type Storage

This bitfield’s storage type.

Implementors§