Skip to main content

D18s9

Type Alias D18s9 

Source
pub type D18s9 = D18<9>;
Expand description

Scale alias: D18<9>. 1 LSB = 10^-9 (nano). Range ±9.2 × 10⁹.

Aliased Type§

#[repr(transparent)]
pub struct D18s9(pub i64);

Tuple Fields§

§0: i64