[][src]Function qt_3d_input::ops::shl_q_data_stream_q_vector_of_q_axis_setting

pub unsafe fn shl_q_data_stream_q_vector_of_q_axis_setting(
    s: impl CastInto<Ref<QDataStream>>,
    v: impl CastInto<Ref<QVectorOfQAxisSetting>>
) -> Ref<QDataStream>

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, const QVector<Qt3DInput::QAxisSetting*>& v).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &out, const QBitArray &ba):

Writes bit array ba to stream out.

See also Format of the QDataStream operators.