Struct glib::subclass::signal::SignalId [−][src]
pub struct SignalId(_);
Expand description
Signal ID.
Implementations
Find a SignalId by it’s name
and the type
it connects to.
Queries more in-depth information about the current signal.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SignalId
impl UnwindSafe for SignalId
Blanket Implementations
Mutably borrows from an owned value. Read more