#[repr(C)]pub struct SparkMaxAnalogSensor {
pub _base: AnalogInput,
pub _base_1: CANAnalog,
pub m_device: *mut CANSparkMax,
pub m_mode: SparkMaxAnalogSensor_Mode,
}Fields§
§_base: AnalogInput§_base_1: CANAnalog§m_device: *mut CANSparkMax§m_mode: SparkMaxAnalogSensor_ModeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SparkMaxAnalogSensor
impl !RefUnwindSafe for SparkMaxAnalogSensor
impl !Send for SparkMaxAnalogSensor
impl !Sync for SparkMaxAnalogSensor
impl Unpin for SparkMaxAnalogSensor
impl !UnwindSafe for SparkMaxAnalogSensor
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