V64

Type Alias V64 

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

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

Aliased Type§

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

Fields§

§inner: Wrapping<u64>

The inner value representation