pub enum PortOutputSubCommandValue {
StartPower2 = 2,
SetAccTime = 5,
SetDecTime = 6,
StartSpeed = 7,
StartSpeed2 = 8,
StartSpeedForTime = 9,
StartSpeedForTime2 = 10,
StartSpeedForDegrees = 11,
StartSpeedForDegrees2 = 12,
GotoAbsolutePosition = 13,
GotoAbsolutePosition2 = 14,
PresetEncoder2 = 20,
}Variants§
StartPower2 = 2
SetAccTime = 5
SetDecTime = 6
StartSpeed = 7
StartSpeed2 = 8
StartSpeedForTime = 9
StartSpeedForTime2 = 10
StartSpeedForDegrees = 11
StartSpeedForDegrees2 = 12
GotoAbsolutePosition = 13
GotoAbsolutePosition2 = 14
PresetEncoder2 = 20
Auto Trait Implementations§
impl Freeze for PortOutputSubCommandValue
impl RefUnwindSafe for PortOutputSubCommandValue
impl Send for PortOutputSubCommandValue
impl Sync for PortOutputSubCommandValue
impl Unpin for PortOutputSubCommandValue
impl UnsafeUnpin for PortOutputSubCommandValue
impl UnwindSafe for PortOutputSubCommandValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more