Struct glib::source::SourceId
[−]
[src]
pub struct SourceId(_);
The id of a source that is returned by idle_add and timeout_add.
Trait Implementations
impl Debug for SourceId[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
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 !=.