pub struct SignalHandlerId(/* private fields */);
Expand description
The id of a signal that is returned by connect
.
Trait Implementations§
Source§impl Debug for SignalHandlerId
impl Debug for SignalHandlerId
Source§impl FromGlib<u32> for SignalHandlerId
impl FromGlib<u32> for SignalHandlerId
fn from_glib(val: c_ulong) -> SignalHandlerId
Source§impl PartialEq for SignalHandlerId
impl PartialEq for SignalHandlerId
impl Eq for SignalHandlerId
impl StructuralPartialEq for SignalHandlerId
Auto Trait Implementations§
impl Freeze for SignalHandlerId
impl RefUnwindSafe for SignalHandlerId
impl Send for SignalHandlerId
impl Sync for SignalHandlerId
impl Unpin for SignalHandlerId
impl UnwindSafe for SignalHandlerId
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