pub enum ReadComm {
Heartbeat = 1,
MotorError = 3,
EncoderError = 4,
SensorlessError = 5,
GetEncoderEstimates = 9,
GetEncoderCount = 10,
GetIQSetpoint = 20,
GetSensorlessEstimates = 21,
GetVBusVoltage = 23,
}Variants§
Heartbeat = 1
MotorError = 3
EncoderError = 4
SensorlessError = 5
GetEncoderEstimates = 9
GetEncoderCount = 10
GetIQSetpoint = 20
GetSensorlessEstimates = 21
GetVBusVoltage = 23
Trait Implementations§
impl Copy for ReadComm
impl Eq for ReadComm
impl StructuralPartialEq for ReadComm
Auto Trait Implementations§
impl Freeze for ReadComm
impl RefUnwindSafe for ReadComm
impl Send for ReadComm
impl Sync for ReadComm
impl Unpin for ReadComm
impl UnwindSafe for ReadComm
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