Skip to main content

D9s3

Type Alias D9s3 

Source
pub type D9s3 = D9<3>;
Expand description

Scale alias: D9<3>. 1 LSB = 10^-3 (mills). Range ±2.1 × 10⁶.

Aliased Type§

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

Tuple Fields§

§0: i32