Skip to main content

U24LeFmt

Type Alias U24LeFmt 

Source
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: U24LeMapper

The mapping between the inner and outer value types.