pub struct __rtic_internal_telemetry_Context<'a> {
pub local: LocalResources<'a>,
pub shared: SharedResources<'a>,
/* private fields */
}
Expand description
Execution context
Fields§
§local: LocalResources<'a>
Local Resources this task has access to
Shared Resources this task has access to
Implementations§
source§impl<'a> __rtic_internal_telemetry_Context<'a>
impl<'a> __rtic_internal_telemetry_Context<'a>
Auto Trait Implementations§
impl<'a> Freeze for __rtic_internal_telemetry_Context<'a>
impl<'a> !RefUnwindSafe for __rtic_internal_telemetry_Context<'a>
impl<'a> Send for __rtic_internal_telemetry_Context<'a>
impl<'a> Sync for __rtic_internal_telemetry_Context<'a>
impl<'a> Unpin for __rtic_internal_telemetry_Context<'a>
impl<'a> !UnwindSafe for __rtic_internal_telemetry_Context<'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
§impl<T, M> ForwardCompat<T, M> for T
impl<T, M> ForwardCompat<T, M> for T
§impl<T> ReverseCompat<T> for T
impl<T> ReverseCompat<T> for T
§fn reverse(self) -> Reverse<T>
fn reverse(self) -> Reverse<T>
Create an e-h-c wrapper around and e-h object Available methods depend on the wrapped type
§fn reverse_cell(self) -> Reverse<RefCell<T>>
fn reverse_cell(self) -> Reverse<RefCell<T>>
Create an e-h-c reverse compatibility wrapper using a ref-cell for interior mutability (required for InputPin types)