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§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 StructuralPartialEq for CancelledHandlerId
Auto Trait Implementations§
impl Freeze for CancelledHandlerId
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