Struct glib::subclass::signal::SignalQuery [−][src]
pub struct SignalQuery(_);
Expand description
In-depth information of a specific signal
Implementations
The name of the signal.
The signal flags.
The return type for the user callback.
The parameters for the user callback.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SignalQueryimpl !Send for SignalQueryimpl !Sync for SignalQueryimpl Unpin for SignalQueryimpl UnwindSafe for SignalQuery