pub struct TimerCallbackInfo<'a> {
pub state: &'a mut RefAny,
pub app_resources: &'a mut AppResources,
}
Fields§
§state: &'a mut RefAny
§app_resources: &'a mut AppResources
Auto Trait Implementations§
impl<'a> Freeze for TimerCallbackInfo<'a>
impl<'a> !RefUnwindSafe for TimerCallbackInfo<'a>
impl<'a> !Send for TimerCallbackInfo<'a>
impl<'a> !Sync for TimerCallbackInfo<'a>
impl<'a> Unpin for TimerCallbackInfo<'a>
impl<'a> !UnwindSafe for TimerCallbackInfo<'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