Skip to main content

D18s10

Type Alias D18s10 

Source
pub type D18s10 = D18<10>;
Expand description

Scale alias: D18<10>. 1 LSB = 10^-10. Range ±9.2 × 10⁸.

Aliased Type§

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

Tuple Fields§

§0: i64