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 SourceId
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for SourceId
[src]
impl Eq for SourceId
impl PartialEq for SourceId
[src]
impl PartialEq for SourceId
fn eq(&self, other: &SourceId) -> bool
[src]
fn eq(&self, other: &SourceId) -> bool
This 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) -> bool
This method tests for !=
.
impl ToGlib for SourceId
[src]
impl ToGlib for SourceId
impl FromGlib<u32> for SourceId
[src]
impl FromGlib<u32> for SourceId