Skip to main content

D9s4

Type Alias D9s4 

Source
pub type D9s4 = D9<4>;
Expand description

Scale alias: D9<4>. 1 LSB = 10^-4 (basis points). Range ±2.1 × 10⁵.

Aliased Type§

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

Tuple Fields§

§0: i32