Skip to main content

D9s2

Type Alias D9s2 

Source
pub type D9s2 = D9<2>;
Expand description

Scale alias: D9<2>. 1 LSB = 10^-2 (cents). Range ±2.1 × 10⁷.

Aliased Type§

#[repr(transparent)]
pub struct D9s2(pub i32);

Tuple Fields§

§0: i32