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 ID of the signal.

The instance type this signal can be emitted for.

The signal flags.

The return type for the user callback.

The number of parameters the user callback takes.

The parameters for the user callback.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.