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§
Sourceconst LINE_INPUT_COUNT: usize
const LINE_INPUT_COUNT: usize
The number of line inputs.
Sourceconst MIC_INPUT_COUNT: usize
const MIC_INPUT_COUNT: usize
The number of microphone inputs.
Sourceconst SPDIF_INPUT_COUNT: usize
const SPDIF_INPUT_COUNT: usize
The number of S/PDIF inputs.
Sourceconst ADAT_INPUT_COUNT: usize
const ADAT_INPUT_COUNT: usize
The number of ADAT inputs.
Sourceconst STREAM_INPUT_COUNT: usize
const STREAM_INPUT_COUNT: usize
The number of stream inputs.
Sourceconst LINE_OUTPUT_COUNT: usize
const LINE_OUTPUT_COUNT: usize
The number of line outputs.
Sourceconst HP_OUTPUT_COUNT: usize
const HP_OUTPUT_COUNT: usize
The number of headphone outputs.
Sourceconst SPDIF_OUTPUT_COUNT: usize
const SPDIF_OUTPUT_COUNT: usize
The number of S/PDIF outputs.
Sourceconst ADAT_OUTPUT_COUNT: usize
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.