pub type U24LeFmt = Mapped<Fixed<3>, U24LeMapper>;Aliased Type§
pub struct U24LeFmt {
pub inner: Fixed<3>,
pub mapper: U24LeMapper,
}Fields§
§inner: Fixed<3>The inner combinator whose values are being transformed.
mapper: U24LeMapperThe mapping between the inner and outer value types.