V8

Type Alias V8 

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

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

Aliased Type§

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

Fields§

§inner: Wrapping<u8>

The inner value representation