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
sourceimpl Debug for CancelledHandlerId
impl Debug for CancelledHandlerId
sourceimpl PartialEq<CancelledHandlerId> for CancelledHandlerId
impl PartialEq<CancelledHandlerId> for CancelledHandlerId
sourcefn 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 ==
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more