pub trait MotuLevelMetersSpecification {
const LEVEL_METERS_PROGRAMMABLE_MODES: &'static [LevelMetersProgrammableMode];
const LEVEL_METERS_HOLD_TIME_MODES: &'static [LevelMetersHoldTimeMode] = _;
const LEVEL_METERS_AESEBU_MODES: &'static [LevelMetersAesebuMode] = _;
}Expand description
The trait for specification of level meter.
Required Associated Constants§
const LEVEL_METERS_PROGRAMMABLE_MODES: &'static [LevelMetersProgrammableMode]
Provided Associated Constants§
const LEVEL_METERS_HOLD_TIME_MODES: &'static [LevelMetersHoldTimeMode] = _
const LEVEL_METERS_AESEBU_MODES: &'static [LevelMetersAesebuMode] = _
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.