Struct sdl2::timer::Timer [−][src]
pub struct Timer<'b, 'a> { /* fields omitted */ }Implementations
impl<'b, 'a> Timer<'b, 'a>[src]
impl<'b, 'a> Timer<'b, 'a>[src]pub fn into_inner(self) -> TimerCallback<'a>[src]
Returns the closure as a trait-object and cancels the timer by consuming it…
Trait Implementations
Auto Trait Implementations
impl<'b, 'a> !RefUnwindSafe for Timer<'b, 'a>
impl<'b, 'a> !RefUnwindSafe for Timer<'b, 'a>impl<'b, 'a> !UnwindSafe for Timer<'b, 'a>
impl<'b, 'a> !UnwindSafe for Timer<'b, 'a>