Struct glib::signal::SignalHandlerId[][src]

pub struct SignalHandlerId(_);

The id of a signal that is returned by connect.

Trait Implementations

impl Debug for SignalHandlerId
[src]

Formats the value using the given formatter. Read more

impl Eq for SignalHandlerId
[src]

impl PartialEq for SignalHandlerId
[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 SignalHandlerId
[src]

impl FromGlib<c_ulong> for SignalHandlerId
[src]

Auto Trait Implementations

impl Send for SignalHandlerId

impl Sync for SignalHandlerId