pub struct __rtic_internal_processSharedResources<'a> {
pub active_settings: active_settings_that_needs_to_be_locked<'a>,
pub telemetry: telemetry_that_needs_to_be_locked<'a>,
/* private fields */
}
Expand description
Shared resources process
has access to
Fields§
§active_settings: active_settings_that_needs_to_be_locked<'a>
§telemetry: telemetry_that_needs_to_be_locked<'a>
Implementations§
Auto Trait Implementations§
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