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 SignalQuery
impl !Send for SignalQuery
impl !Sync for SignalQuery
impl Unpin for SignalQuery
impl UnwindSafe for SignalQuery