pub trait PvControl: Cia402Control {
// Provided method
fn set_halt(&mut self, v: bool) { ... }
}Expand description
Profile Velocity (PV) mode control word bits.
Provided Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".