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]
impl Debug for SourceIdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for SourceId[src]
impl Eq for SourceIdimpl PartialEq for SourceId[src]
impl PartialEq for SourceIdfn eq(&self, other: &SourceId) -> bool[src]
fn eq(&self, other: &SourceId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SourceId) -> bool[src]
fn ne(&self, other: &SourceId) -> boolThis method tests for !=.
impl ToGlib for SourceId[src]
impl ToGlib for SourceIdimpl FromGlib<u32> for SourceId[src]
impl FromGlib<u32> for SourceId