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

Represents a built-in Qt slot Qt3DInput::QAbstractActionInput::setEnabled.

An object of this type can be created from AbstractActionInput with object.slots().set_enabled() 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 AbstractActionInput 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

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.