pub struct OnTick(pub fn(&Arc<Widget>));Tuple Fields§
§0: fn(&Arc<Widget>)Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnTick
impl RefUnwindSafe for OnTick
impl Send for OnTick
impl Sync for OnTick
impl Unpin for OnTick
impl UnsafeUnpin for OnTick
impl UnwindSafe for OnTick
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