Skip to main content

UnsignedVariableFloat

Type Alias UnsignedVariableFloat 

Source
pub type UnsignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> = SerdeFloat<false, true, BITS, FRACTION_DIGITS>;

Aliased Typeยง

pub struct UnsignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> { /* private fields */ }