Struct wlc_with_elogind::event_loop::Timer [] [src]

pub struct Timer(_, _);

Type representing a registered Timer

Dropping this will deregister the timer and drop the associated callback

Methods

impl Timer
[src]

[src]

Call to schedule the next fire event after a given Duration

Trait Implementations

impl Drop for Timer
[src]

[src]

Executes the destructor for this type. Read more