pub enum WriteComm {
Show 17 variants
EStop = 2,
SetAxisNodeID = 6,
SetAxisRequestedState = 7,
SetControllerMode = 11,
SetInputPosition = 12,
SetInputVelocity = 13,
SetInputTorque = 14,
SetLimits = 15,
StartAnticogging = 16,
SetTrajVelocityLim = 17,
SetTrajAccelLim = 18,
SetTrajInertia = 19,
RebootODrive = 22,
ClearErrors = 24,
SetLinearCount = 25,
SetPositionGain = 26,
SetVelocityGain = 27,
}
Variants§
EStop = 2
SetAxisNodeID = 6
SetAxisRequestedState = 7
SetControllerMode = 11
SetInputPosition = 12
SetInputVelocity = 13
SetInputTorque = 14
SetLimits = 15
StartAnticogging = 16
SetTrajVelocityLim = 17
SetTrajAccelLim = 18
SetTrajInertia = 19
RebootODrive = 22
ClearErrors = 24
SetLinearCount = 25
SetPositionGain = 26
SetVelocityGain = 27
Trait Implementations§
impl Copy for WriteComm
impl Eq for WriteComm
impl StructuralPartialEq for WriteComm
Auto Trait Implementations§
impl Freeze for WriteComm
impl RefUnwindSafe for WriteComm
impl Send for WriteComm
impl Sync for WriteComm
impl Unpin for WriteComm
impl UnwindSafe for WriteComm
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