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 SignalHandlerIdfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for SignalHandlerId[src] 
impl Eq for SignalHandlerIdimpl PartialEq for SignalHandlerId[src] 
impl PartialEq for SignalHandlerIdfn eq(&self, other: &SignalHandlerId) -> bool[src] 
fn eq(&self, other: &SignalHandlerId) -> boolThis 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) -> boolThis method tests for !=.
impl ToGlib for SignalHandlerId[src] 
impl ToGlib for SignalHandlerIdimpl FromGlib<c_ulong> for SignalHandlerId[src] 
impl FromGlib<c_ulong> for SignalHandlerIdfn from_glib(val: c_ulong) -> SignalHandlerId[src] 
fn from_glib(val: c_ulong) -> SignalHandlerIdAuto Trait Implementations
impl Send for SignalHandlerId
impl Send for SignalHandlerIdimpl Sync for SignalHandlerId
impl Sync for SignalHandlerId