Struct gio::prelude::CancelledHandlerId
source · #[repr(transparent)]pub struct CancelledHandlerId(_);
Expand description
The id of a cancelled handler that is returned by CancellableExtManual::connect
. This type is
analogous to glib::SignalHandlerId
.
Implementations§
Trait Implementations§
source§impl Debug for CancelledHandlerId
impl Debug for CancelledHandlerId
source§impl PartialEq<CancelledHandlerId> for CancelledHandlerId
impl PartialEq<CancelledHandlerId> for CancelledHandlerId
source§fn eq(&self, other: &CancelledHandlerId) -> bool
fn eq(&self, other: &CancelledHandlerId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.