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§
const AESEBU_RATE_CONVERT_MODES: &'static [AesebuRateConvertMode] = _
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.