Skip to main content

U24BeFmt

Type Alias U24BeFmt 

Source
pub type U24BeFmt = Mapped<Fixed<3>, U24BeMapper>;

Aliased Type§

pub struct U24BeFmt {
    pub inner: Fixed<3>,
    pub mapper: U24BeMapper,
}

Fields§

§inner: Fixed<3>

The inner combinator whose values are being transformed.

§mapper: U24BeMapper

The mapping between the inner and outer value types.