pub enum SubcommandType {
StartPowerSync = 2,
SetAccTime = 5,
SetDecTime = 6,
StartSpeed = 7,
StartSpeedSync = 8,
StartSpeedForTime = 9,
StartSpeedForTimeSync = 10,
StartSpeedForDegrees = 11,
StartSpeedForDegreesSync = 12,
GotoAbsolutePosition = 13,
GotoAbsolutePositionSync = 14,
WriteDirectModeData = 81,
}Variants§
StartPowerSync = 2
SetAccTime = 5
SetDecTime = 6
StartSpeed = 7
StartSpeedSync = 8
StartSpeedForTime = 9
StartSpeedForTimeSync = 10
StartSpeedForDegrees = 11
StartSpeedForDegreesSync = 12
GotoAbsolutePosition = 13
GotoAbsolutePositionSync = 14
WriteDirectModeData = 81
Trait Implementations§
Source§impl Clone for SubcommandType
impl Clone for SubcommandType
Source§fn clone(&self) -> SubcommandType
fn clone(&self) -> SubcommandType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubcommandType
Auto Trait Implementations§
impl Freeze for SubcommandType
impl RefUnwindSafe for SubcommandType
impl Send for SubcommandType
impl Sync for SubcommandType
impl Unpin for SubcommandType
impl UnwindSafe for SubcommandType
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