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

Provides access to built-in Qt slots of AxisAccumulator.

Implementations§

Returns an object representing a built-in Qt slot Qt3DInput::QAxisAccumulator::setScale.

Return value of this function can be used for creating Qt connections using qt_core::connection API.

Returns an object representing a built-in Qt slot Qt3DInput::QAxisAccumulator::setShareable.

Return value of this function can be used for creating Qt connections using qt_core::connection API.

Returns an object representing a built-in Qt slot Qt3DInput::QAxisAccumulator::setSourceAxisType.

Return value of this function can be used for creating Qt connections using qt_core::connection API.

Returns an object representing a built-in Qt slot Qt3DInput::QAxisAccumulator::setSourceAxis.

Return value of this function can be used for creating Qt connections using qt_core::connection API.

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.