Struct glib::source::SourceId [−][src]
pub struct SourceId(_);
Expand description
The id of a source that is returned by idle_add and timeout_add.
This type does not implement Clone to prevent calling source_remove()
multiple times on the same source.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SourceIdimpl UnwindSafe for SourceId