Struct glib::source::SourceId
[−]
[src]
pub struct SourceId(_);
The id of a source that is returned by idle_add and timeout_add.
A value of 0 is a good default as it is never a valid source ID.
Trait Implementations
impl Debug for SourceId[src]
impl Default for SourceId[src]
impl Eq for SourceId[src]
impl PartialEq for SourceId[src]
fn eq(&self, __arg_0: &SourceId) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SourceId) -> bool[src]
This method tests for !=.