V16

Type Alias V16 

Source
pub type V16<const F: i8> = Q<Wrapping<u16>, Wrapping<u32>, F>;
Expand description

Fixed point Wrapping< u16 > with Wrapping< u32 > accumulator

Aliased Type§

#[repr(transparent)]
pub struct V16<const F: i8> { pub inner: Wrapping<u16>, /* private fields */ }

Fields§

§inner: Wrapping<u16>

The inner value representation