ruint::aliases

Type Alias B8

Source
pub type B8 = Bits<8, 1>;
Expand description

Bits for 8 bits.

Aliased Typeยง

struct B8(/* private fields */);