pub trait RmeFfLatterMeterSpecification: RmeFfLatterSpecification {
const LEVEL_MIN: i32 = 0i32;
const LEVEL_MAX: i32 = 134_217_712i32;
const LEVEL_STEP: i32 = 16i32;
// Provided method
fn create_meter_state() -> FfLatterMeterState { ... }
}Expand description
The specification of hardware meter.
Provided Associated Constants§
const LEVEL_MIN: i32 = 0i32
const LEVEL_MAX: i32 = 134_217_712i32
const LEVEL_STEP: i32 = 16i32
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.