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 Clone for SourceId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SourceId
[src]

impl Debug for SourceId
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SourceId
[src]

[src]

Returns the "default value" for a type. Read more

impl Eq for SourceId
[src]

impl PartialEq for SourceId
[src]

[src]

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

[src]

This method tests for !=.

impl ToGlib for SourceId
[src]

[src]

impl FromGlib<u32> for SourceId
[src]

[src]