V32

Type Alias V32 

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

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

Aliased Type§

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

Fields§

§inner: Wrapping<u32>

The inner value representation