MotuWordClockOutputSpecification

Trait MotuWordClockOutputSpecification 

Source
pub trait MotuWordClockOutputSpecification {
    const WORD_CLOCK_OUTPUT_SPEED_MODES: &'static [WordClkSpeedMode] = _;
}
Expand description

The trait for specification of speed of word clock signal in XLR output interface.

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§