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.

Methods

impl<ID> IdleEventSource<ID>
[src]

[src]

Remove this event source from its event loop

If this idle callback was not yet dispatched, cancel it.

Returns the implementation data in case you have something to do with it.