Struct sdl2::timer::Timer[src]
pub struct Timer<'a> { // some fields omitted }
pub struct Timer<'a> { // some fields omitted }
impl<'a> Timer<'a>
fn new<'a>(delay: uint, callback: ||: 'a -> uint, remove_on_drop: bool) -> Timer<'a>
fn start(&mut self)
fn remove(&mut self) -> bool
impl<'a> Drop for Timer<'a>
fn drop(&mut self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).