pub struct TimBasic { /* private fields */ }Expand description
Typed handle on a basic timer.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TimBasic
impl !UnwindSafe for TimBasic
impl Freeze for TimBasic
impl Send for TimBasic
impl Sync for TimBasic
impl Unpin for TimBasic
impl UnsafeUnpin for TimBasic
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