Struct wayland_server::sources::IdleEventSource
[−]
[src]
pub struct IdleEventSource<ID> { /* fields omitted */ }
Idle event source
A handle to an idle event source
Dropping this struct does not remove the event source,
use the remove
method for that.