Function qt_core::q_text_stream::bin

source ·
pub unsafe fn bin(s: impl CastInto<Ref<QTextStream>>) -> Ref<QTextStream>
Expand description

Calls QTextStream::setIntegerBase(2) on stream and returns stream.

Calls C++ function: QTextStream& bin(QTextStream& s).

C++ documentation:

Calls QTextStream::setIntegerBase(2) on stream and returns stream.

See also oct(), dec(), hex(), and QTextStream manipulators.