ruint::aliases

Type Alias B64

Source
pub type B64 = Bits<64, 1>;
Expand description

Bits for 64 bits.

Aliased Typeยง

struct B64(/* private fields */);