Skip to main content

D18s2

Type Alias D18s2 

Source
pub type D18s2 = D18<2>;
Expand description

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

Aliased Type§

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

Tuple Fields§

§0: i64