[][src]Function qt_charts::ops::shl_q_data_stream_q_flags_rubber_band

pub unsafe fn shl_q_data_stream_q_flags_rubber_band(
    s: impl CastInto<Ref<QDataStream>>,
    e: QFlags<RubberBand>
) -> Ref<QDataStream>

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QtCharts::QChartView::RubberBand> e).

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.