Type Alias fixed::types::U8F0

source ·
pub type U8F0 = FixedU8<U0>;
Expand description

FixedU8 with eight integer bits and no fractional bits.

Aliased Type§

struct U8F0 { /* private fields */ }