ruint::aliases

Type Alias B16

Source
pub type B16 = Bits<16, 1>;
Expand description

Bits for 16 bits.

Aliased Typeยง

struct B16(/* private fields */);