Struct wayland_server::sources::IdleSource [] [src]

pub struct IdleSource { /* fields omitted */ }

Idle event source

A handle to an idle event source, see LoopToken::add_idle_event_source().

Dropping this struct does not remove the event source, use the remove method for that.

Methods

impl IdleSource
[src]

Important traits for Box<W>
[src]

Remove this event source from its event loop

You retrieve the associated implementation. The event source is removed and if it hadn't been fired yet, it is cancelled.

Trait Implementations

Auto Trait Implementations

impl !Send for IdleSource

impl !Sync for IdleSource