Struct gio::prelude::CancelledHandlerId
source · pub struct CancelledHandlerId(/* private fields */);
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 for CancelledHandlerId
impl PartialEq 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 ==
.source§impl TryFromGlib<u64> for CancelledHandlerId
impl TryFromGlib<u64> for CancelledHandlerId
type Error = GlibNoneError
unsafe fn try_from_glib(val: c_ulong) -> Result<Self, GlibNoneError>
impl Eq for CancelledHandlerId
impl StructuralEq for CancelledHandlerId
impl StructuralPartialEq for CancelledHandlerId
Auto Trait Implementations§
impl RefUnwindSafe for CancelledHandlerId
impl Send for CancelledHandlerId
impl Sync for CancelledHandlerId
impl Unpin for CancelledHandlerId
impl UnwindSafe for CancelledHandlerId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more