Skip to main content

PvControl

Trait PvControl 

Source
pub trait PvControl: Cia402Control {
    // Provided method
    fn set_halt(&mut self, v: bool) { ... }
}
Expand description

Profile Velocity (PV) mode control word bits.

Provided Methods§

Source

fn set_halt(&mut self, v: bool)

Bit 8 — Halt: decelerate to zero velocity.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§