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 SourceId
impl UnwindSafe for SourceId