Skip to main content

D9s6

Type Alias D9s6 

Source
pub type D9s6 = D9<6>;
Expand description

Scale alias: D9<6>. 1 LSB = 10^-6 (ppm). Range ±2.1 × 10³.

Aliased Type§

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

Tuple Fields§

§0: i32