MotuAesebuRateConvertSpecification

Trait MotuAesebuRateConvertSpecification 

Source
pub trait MotuAesebuRateConvertSpecification {
    const AESEBU_RATE_CONVERT_MASK: u32;
    const AESEBU_RATE_CONVERT_SHIFT: usize;
    const AESEBU_RATE_CONVERT_MODES: &'static [AesebuRateConvertMode] = _;
}
Expand description

The trait for specification of rate convert specific to AES/EBU input/output signals.

Required Associated Constants§

Provided Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§