#[repr(C)]pub struct CANAnalog {
pub _base: MotorFeedbackSensor,
}Expand description
@deprecated Use SparkMaxAnalogSensor instead.
Fields§
§_base: MotorFeedbackSensorTrait Implementations§
Auto Trait Implementations§
impl Freeze for CANAnalog
impl RefUnwindSafe for CANAnalog
impl !Send for CANAnalog
impl !Sync for CANAnalog
impl Unpin for CANAnalog
impl UnwindSafe for CANAnalog
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