Struct glib::signal::SignalHandlerId
source · [−]pub struct SignalHandlerId(_);Expand description
The id of a signal that is returned by connect.
Trait Implementations
sourceimpl Debug for SignalHandlerId
impl Debug for SignalHandlerId
sourceimpl FromGlib<u32> for SignalHandlerId
impl FromGlib<u32> for SignalHandlerId
fn from_glib(val: c_ulong) -> SignalHandlerId
sourceimpl PartialEq<SignalHandlerId> for SignalHandlerId
impl PartialEq<SignalHandlerId> for SignalHandlerId
sourcefn eq(&self, other: &SignalHandlerId) -> bool
fn eq(&self, other: &SignalHandlerId) -> bool
impl Eq for SignalHandlerId
impl StructuralEq for SignalHandlerId
impl StructuralPartialEq for SignalHandlerId
Auto Trait Implementations
impl RefUnwindSafe for SignalHandlerId
impl Send for SignalHandlerId
impl Sync for SignalHandlerId
impl Unpin for SignalHandlerId
impl UnwindSafe for SignalHandlerId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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