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]

Formats the value using the given formatter. Read more

impl Eq for SourceId
[src]

impl PartialEq for SourceId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ToGlib for SourceId
[src]

impl FromGlib<u32> for SourceId
[src]

Auto Trait Implementations

impl Send for SourceId

impl Sync for SourceId