pub struct __rtic_internal_telemetryLocalResources<'a> {
pub digital_inputs: &'a mut (DigitalInput0, DigitalInput1),
pub cpu_temp_sensor: &'a mut CpuTempSensor,
/* private fields */
}
Expand description
Local resources telemetry
has access to
Fields§
§digital_inputs: &'a mut (DigitalInput0, DigitalInput1)
§cpu_temp_sensor: &'a mut CpuTempSensor
Implementations§
source§impl<'a> __rtic_internal_telemetryLocalResources<'a>
impl<'a> __rtic_internal_telemetryLocalResources<'a>
Auto Trait Implementations§
impl<'a> Freeze for __rtic_internal_telemetryLocalResources<'a>
impl<'a> !RefUnwindSafe for __rtic_internal_telemetryLocalResources<'a>
impl<'a> Send for __rtic_internal_telemetryLocalResources<'a>
impl<'a> Sync for __rtic_internal_telemetryLocalResources<'a>
impl<'a> Unpin for __rtic_internal_telemetryLocalResources<'a>
impl<'a> !UnwindSafe for __rtic_internal_telemetryLocalResources<'a>
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