Skip to main content

D9s1

Type Alias D9s1 

Source
pub type D9s1 = D9<1>;
Expand description

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

Aliased Type§

#[repr(transparent)]
pub struct D9s1(pub i32);

Tuple Fields§

§0: i32