RmeFormerOutputSpecification

Trait RmeFormerOutputSpecification 

Source
pub trait RmeFormerOutputSpecification: RmeFfFormerSpecification {
    const VOL_MIN: i32 = 0i32;
    const VOL_ZERO: i32 = 32_768i32;
    const VOL_MAX: i32 = 65_536i32;
    const VOL_STEP: i32 = 1i32;

    // Provided method
    fn create_output_volume_state() -> FormerOutputVolumeState { ... }
}
Expand description

Output protocol specific to former models of RME Fireface.

Provided Associated Constants§

Source

const VOL_MIN: i32 = 0i32

Source

const VOL_ZERO: i32 = 32_768i32

Source

const VOL_MAX: i32 = 65_536i32

Source

const VOL_STEP: i32 = 1i32

Provided Methods§

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§