ruint::aliases

Type Alias B32

Source
pub type B32 = Bits<32, 1>;
Expand description

Bits for 32 bits.

Aliased Typeยง

struct B32(/* private fields */);