Skip to main content

D18s12

Type Alias D18s12 

Source
pub type D18s12 = D18<12>;
Expand description

Scale alias: D18<12>. 1 LSB = 10^-12 (pico). Range ±9.2 × 10⁶.

Aliased Type§

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

Tuple Fields§

§0: i64