Skip to main content

D18s3

Type Alias D18s3 

Source
pub type D18s3 = D18<3>;
Expand description

Scale alias: D18<3>. 1 LSB = 10^-3 (mills). Range ±9.2 × 10¹⁵.

Aliased Type§

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

Tuple Fields§

§0: i64