pub struct TickEvent {
pub task: *mut ScheduledTask,
}
Fields§
§task: *mut ScheduledTask
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickEvent
impl RefUnwindSafe for TickEvent
impl !Send for TickEvent
impl !Sync for TickEvent
impl Unpin for TickEvent
impl UnwindSafe for TickEvent
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