#[repr(C)]pub struct MotorFeedbackSensor {
pub _base: CANSensor,
}Expand description
A sensor that can be used to provide rotational feedback to a motor controller
Fields§
§_base: CANSensorTrait Implementations§
Auto Trait Implementations§
impl Freeze for MotorFeedbackSensor
impl RefUnwindSafe for MotorFeedbackSensor
impl !Send for MotorFeedbackSensor
impl !Sync for MotorFeedbackSensor
impl Unpin for MotorFeedbackSensor
impl UnwindSafe for MotorFeedbackSensor
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