RmeFfLatterSpecification

Trait RmeFfLatterSpecification 

Source
pub trait RmeFfLatterSpecification {
    const LINE_INPUT_COUNT: usize;
    const MIC_INPUT_COUNT: usize;
    const SPDIF_INPUT_COUNT: usize;
    const ADAT_INPUT_COUNT: usize;
    const STREAM_INPUT_COUNT: usize;
    const LINE_OUTPUT_COUNT: usize;
    const HP_OUTPUT_COUNT: usize;
    const SPDIF_OUTPUT_COUNT: usize;
    const ADAT_OUTPUT_COUNT: usize;
}
Expand description

The specification of latter model.

Required Associated Constants§

Source

const LINE_INPUT_COUNT: usize

The number of line inputs.

Source

const MIC_INPUT_COUNT: usize

The number of microphone inputs.

Source

const SPDIF_INPUT_COUNT: usize

The number of S/PDIF inputs.

Source

const ADAT_INPUT_COUNT: usize

The number of ADAT inputs.

Source

const STREAM_INPUT_COUNT: usize

The number of stream inputs.

Source

const LINE_OUTPUT_COUNT: usize

The number of line outputs.

Source

const HP_OUTPUT_COUNT: usize

The number of headphone outputs.

Source

const SPDIF_OUTPUT_COUNT: usize

The number of S/PDIF outputs.

Source

const ADAT_OUTPUT_COUNT: usize

The number of ADAT outputs.

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§