pub struct ActiveChanged<'a>(_);
Expand description

Represents a built-in Qt signal Qt3DInput::QAction::activeChanged.

An object of this type can be created from Action with object.signals().active_changed() and used for creating Qt connections using qt_core::connection API. After the connection is made, the object can (should) be dropped. The connection will remain active until sender or receiver are destroyed or until a manual disconnection is made.

An object of this type contains a reference to the original Action object.

Trait Implementations§

Tuple of argument types of this receiver.
Returns reference to the QObject that owns this signal or slot.
Returns a null-terminated Latin-1 string that identifies this signal or slot within the owning QObject in Qt system. Read more
Connects this signal to another signal or slot with compatible arguments.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.