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]
impl Debug for SignalHandlerId
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 SignalHandlerId
[src]
impl Eq for SignalHandlerId
impl PartialEq for SignalHandlerId
[src]
impl PartialEq for SignalHandlerId
fn eq(&self, other: &SignalHandlerId) -> bool
[src]
fn eq(&self, other: &SignalHandlerId) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SignalHandlerId) -> bool
[src]
fn ne(&self, other: &SignalHandlerId) -> bool
This method tests for !=
.
impl ToGlib for SignalHandlerId
[src]
impl ToGlib for SignalHandlerId
impl FromGlib<c_ulong> for SignalHandlerId
[src]
impl FromGlib<c_ulong> for SignalHandlerId
fn from_glib(val: c_ulong) -> SignalHandlerId
[src]
fn from_glib(val: c_ulong) -> SignalHandlerId
Auto Trait Implementations
impl Send for SignalHandlerId
impl Send for SignalHandlerId
impl Sync for SignalHandlerId
impl Sync for SignalHandlerId