pub struct TimerHookHandle { /* private fields */ }Expand description
A timer hook handle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimerHookHandle
impl !RefUnwindSafe for TimerHookHandle
impl !Send for TimerHookHandle
impl !Sync for TimerHookHandle
impl Unpin for TimerHookHandle
impl !UnwindSafe for TimerHookHandle
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