[][src]Struct qt_core::QFlags

pub struct QFlags<E> { /* fields omitted */ }

An OR-combination of integer values of the enum type E.

This type serves as a replacement for Qt's QFlags C++ template class.

Methods

impl<E> QFlags<E>[src]

pub fn to_int(self) -> c_int[src]

impl<E: Into<QFlags<E>>> QFlags<E>[src]

pub fn test_flag(self, flag: E) -> bool[src]

Returns true if flag is enabled in self.

pub fn is_empty(self) -> bool[src]

Returns true if this value has no flags enabled.

Trait Implementations

impl<E, T: Into<QFlags<E>>> BitAnd<T> for QFlags<E>[src]

type Output = QFlags<E>

The resulting type after applying the & operator.

impl<'_> BitOr<QFlags<ComponentFormattingOption>> for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the | operator.

fn bitor(
    self,
    f: QFlags<ComponentFormattingOption>
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> i, QFlags<QUrl::ComponentFormattingOption> f).

impl<E, T: Into<QFlags<E>>> BitOr<T> for QFlags<E>[src]

type Output = QFlags<E>

The resulting type after applying the | operator.

impl<E, T: Into<QFlags<E>>> BitXor<T> for QFlags<E>[src]

type Output = QFlags<E>

The resulting type after applying the ^ operator.

impl<E: Clone> Clone for QFlags<E>[src]

impl<E: Copy> Copy for QFlags<E>[src]

impl<T> Debug for QFlags<T>[src]

impl<E> Default for QFlags<E>[src]

impl From<AlignmentFlag> for QFlags<AlignmentFlag>[src]

impl From<Base64Option> for QFlags<Base64Option>[src]

impl From<BoundaryReason> for QFlags<BoundaryReason>[src]

impl From<CheckIndexOption> for QFlags<CheckIndexOption>[src]

impl From<ComponentFormattingOption> for QFlags<ComponentFormattingOption>[src]

impl From<ConversionFlag> for QFlags<ConversionFlag>[src]

impl From<DataSizeFormat> for QFlags<DataSizeFormat>[src]

impl From<DiagnosticNotationOption> for QFlags<DiagnosticNotationOption>[src]

impl From<DockWidgetArea> for QFlags<DockWidgetArea>[src]

impl From<DropAction> for QFlags<DropAction>[src]

impl From<Edge> for QFlags<Edge>[src]

impl From<EncodingOption> for QFlags<EncodingOption>[src]

impl From<FileHandleFlag> for QFlags<FileHandleFlag>[src]

impl From<Filter> for QFlags<Filter>[src]

impl From<FindChildOption> for QFlags<FindChildOption>[src]

impl From<Flag> for QFlags<Flag>[src]

impl From<GestureFlag> for QFlags<GestureFlag>[src]

impl From<ImageConversionFlag> for QFlags<ImageConversionFlag>[src]

impl From<InputMethodHint> for QFlags<InputMethodHint>[src]

impl From<InputMethodQuery> for QFlags<InputMethodQuery>[src]

impl From<ItemFlag> for QFlags<ItemFlag>[src]

impl From<IteratorFlag> for QFlags<IteratorFlag>[src]

impl From<KeyboardModifier> for QFlags<KeyboardModifier>[src]

impl From<LoadHint> for QFlags<LoadHint>[src]

impl From<LocateOption> for QFlags<LocateOption>[src]

impl From<MatchFlag> for QFlags<MatchFlag>[src]

impl From<MatchOption> for QFlags<MatchOption>[src]

impl From<MouseButton> for QFlags<MouseButton>[src]

impl From<MouseEventFlag> for QFlags<MouseEventFlag>[src]

impl From<NumberFlag> for QFlags<NumberFlag>[src]

impl From<NumberOption> for QFlags<NumberOption>[src]

impl From<OpenModeFlag> for QFlags<OpenModeFlag>[src]

impl From<Orientation> for QFlags<Orientation>[src]

impl From<PatternOption> for QFlags<PatternOption>[src]

impl From<Permission> for QFlags<Permission>[src]

impl From<ProcessEventsFlag> for QFlags<ProcessEventsFlag>[src]

impl<E> From<QFlags<E>> for c_int[src]

impl From<ScreenOrientation> for QFlags<ScreenOrientation>[src]

impl From<SectionFlag> for QFlags<SectionFlag>[src]

impl From<SelectionFlag> for QFlags<SelectionFlag>[src]

impl From<SortFlag> for QFlags<SortFlag>[src]

impl From<SplitBehaviorFlags> for QFlags<SplitBehaviorFlags>[src]

impl From<TextInteractionFlag> for QFlags<TextInteractionFlag>[src]

impl From<ToolBarArea> for QFlags<ToolBarArea>[src]

impl From<TouchPointState> for QFlags<TouchPointState>[src]

impl From<TypeFlag> for QFlags<TypeFlag>[src]

impl From<UserInputResolutionOption> for QFlags<UserInputResolutionOption>[src]

impl From<WindowState> for QFlags<WindowState>[src]

impl From<WindowType> for QFlags<WindowType>[src]

impl<E> From<i32> for QFlags<E>[src]

impl<'_> Shl<QFlags<AlignmentFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<AlignmentFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::AlignmentFlag> 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.

impl<'_> Shl<QFlags<AlignmentFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<AlignmentFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::AlignmentFlag>& flags).

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.

impl<'_> Shl<QFlags<Base64Option>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<Base64Option>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QByteArray::Base64Option> 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.

impl<'_> Shl<QFlags<Base64Option>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<Base64Option>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QByteArray::Base64Option>& flags).

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.

impl<'_> Shl<QFlags<BoundaryReason>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<BoundaryReason>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QTextBoundaryFinder::BoundaryReason> 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.

impl<'_> Shl<QFlags<BoundaryReason>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<BoundaryReason>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QTextBoundaryFinder::BoundaryReason>& flags).

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.

impl<'_> Shl<QFlags<CheckIndexOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<CheckIndexOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QAbstractItemModel::CheckIndexOption> 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.

impl<'_> Shl<QFlags<CheckIndexOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<CheckIndexOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QAbstractItemModel::CheckIndexOption>& flags).

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.

impl<'_> Shl<QFlags<ComponentFormattingOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<ComponentFormattingOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QUrl::ComponentFormattingOption> 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.

impl<'_> Shl<QFlags<ComponentFormattingOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<ComponentFormattingOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QUrl::ComponentFormattingOption>& flags).

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.

impl<'_> Shl<QFlags<ConversionFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<ConversionFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QTextCodec::ConversionFlag> 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.

impl<'_> Shl<QFlags<ConversionFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<ConversionFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QTextCodec::ConversionFlag>& flags).

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.

impl<'_> Shl<QFlags<DataSizeFormat>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<DataSizeFormat>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QLocale::DataSizeFormat> 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.

impl<'_> Shl<QFlags<DataSizeFormat>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<DataSizeFormat>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QLocale::DataSizeFormat>& flags).

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.

impl<'_> Shl<QFlags<DiagnosticNotationOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<DiagnosticNotationOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QCborValue::DiagnosticNotationOption> 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.

impl<'_> Shl<QFlags<DiagnosticNotationOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<DiagnosticNotationOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QCborValue::DiagnosticNotationOption>& flags).

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.

impl<'_> Shl<QFlags<DockWidgetArea>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<DockWidgetArea>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::DockWidgetArea> 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.

impl<'_> Shl<QFlags<DockWidgetArea>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<DockWidgetArea>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::DockWidgetArea>& flags).

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.

impl<'_> Shl<QFlags<DropAction>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<DropAction>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::DropAction> 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.

impl<'_> Shl<QFlags<DropAction>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<DropAction>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::DropAction>& flags).

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.

impl<'_> Shl<QFlags<Edge>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<Edge>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::Edge> 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.

impl<'_> Shl<QFlags<Edge>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<Edge>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::Edge>& flags).

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.

impl<'_> Shl<QFlags<EncodingOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<EncodingOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QCborValue::EncodingOption> 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.

impl<'_> Shl<QFlags<EncodingOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<EncodingOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QCborValue::EncodingOption>& flags).

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.

impl<'_> Shl<QFlags<FileHandleFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<FileHandleFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QFileDevice::FileHandleFlag> 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.

impl<'_> Shl<QFlags<FileHandleFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<FileHandleFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QFileDevice::FileHandleFlag>& flags).

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.

impl<'_> Shl<QFlags<Filter>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<Filter>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QDir::Filter> 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.

impl<'_> Shl<QFlags<Filter>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<Filter>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QDir::Filter>& flags).

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.

impl<'_> Shl<QFlags<FindChildOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<FindChildOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::FindChildOption> 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.

impl<'_> Shl<QFlags<FindChildOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<FindChildOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::FindChildOption>& flags).

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.

impl<'_> Shl<QFlags<Flag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<Flag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QCommandLineOption::Flag> 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.

impl<'_> Shl<QFlags<Flag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<Flag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QCommandLineOption::Flag>& flags).

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.

impl<'_> Shl<QFlags<GestureFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<GestureFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::GestureFlag> 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.

impl<'_> Shl<QFlags<GestureFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<GestureFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::GestureFlag>& flags).

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.

impl<'_> Shl<QFlags<ImageConversionFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<ImageConversionFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::ImageConversionFlag> 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.

impl<'_> Shl<QFlags<ImageConversionFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<ImageConversionFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::ImageConversionFlag>& flags).

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.

impl<'_> Shl<QFlags<InputMethodHint>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<InputMethodHint>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::InputMethodHint> 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.

impl<'_> Shl<QFlags<InputMethodHint>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<InputMethodHint>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::InputMethodHint>& flags).

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.

impl<'_> Shl<QFlags<InputMethodQuery>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<InputMethodQuery>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::InputMethodQuery> 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.

impl<'_> Shl<QFlags<InputMethodQuery>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<InputMethodQuery>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::InputMethodQuery>& flags).

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.

impl<'_> Shl<QFlags<ItemFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<ItemFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::ItemFlag> 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.

impl<'_> Shl<QFlags<ItemFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<ItemFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::ItemFlag>& flags).

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.

impl<'_> Shl<QFlags<IteratorFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<IteratorFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QDirIterator::IteratorFlag> 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.

impl<'_> Shl<QFlags<IteratorFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<IteratorFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QDirIterator::IteratorFlag>& flags).

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.

impl<'_> Shl<QFlags<KeyboardModifier>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<KeyboardModifier>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::KeyboardModifier> 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.

impl<'_> Shl<QFlags<KeyboardModifier>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<KeyboardModifier>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::KeyboardModifier>& flags).

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.

impl<'_> Shl<QFlags<LoadHint>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<LoadHint>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QLibrary::LoadHint> 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.

impl<'_> Shl<QFlags<LoadHint>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<LoadHint>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QLibrary::LoadHint>& flags).

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.

impl<'_> Shl<QFlags<LocateOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<LocateOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QStandardPaths::LocateOption> 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.

impl<'_> Shl<QFlags<LocateOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<LocateOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QStandardPaths::LocateOption>& flags).

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.

impl<'_> Shl<QFlags<MatchFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<MatchFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::MatchFlag> 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.

impl<'_> Shl<QFlags<MatchFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<MatchFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::MatchFlag>& flags).

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.

impl<'_> Shl<QFlags<MatchOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<MatchOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QRegularExpression::MatchOption> 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.

impl<'_> Shl<QFlags<MatchOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<MatchOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QRegularExpression::MatchOption>& flags).

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.

impl<'_> Shl<QFlags<MouseButton>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<MouseButton>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::MouseButton> 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.

impl<'_> Shl<QFlags<MouseButton>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<MouseButton>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::MouseButton>& flags).

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.

impl<'_> Shl<QFlags<MouseEventFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<MouseEventFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::MouseEventFlag> 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.

impl<'_> Shl<QFlags<MouseEventFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<MouseEventFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::MouseEventFlag>& flags).

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.

impl<'_> Shl<QFlags<NumberFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<NumberFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QTextStream::NumberFlag> 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.

impl<'_> Shl<QFlags<NumberFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<NumberFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QTextStream::NumberFlag>& flags).

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.

impl<'_> Shl<QFlags<NumberOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<NumberOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QLocale::NumberOption> 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.

impl<'_> Shl<QFlags<NumberOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<NumberOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QLocale::NumberOption>& flags).

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.

impl<'_> Shl<QFlags<OpenModeFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<OpenModeFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QIODevice::OpenModeFlag> 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.

impl<'_> Shl<QFlags<OpenModeFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<OpenModeFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QIODevice::OpenModeFlag>& flags).

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.

impl<'_> Shl<QFlags<Orientation>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<Orientation>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::Orientation> 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.

impl<'_> Shl<QFlags<Orientation>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<Orientation>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::Orientation>& flags).

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.

impl<'_> Shl<QFlags<PatternOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<PatternOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QRegularExpression::PatternOption> 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.

impl<'_> Shl<QFlags<PatternOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<PatternOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QRegularExpression::PatternOption>& flags).

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.

impl<'_> Shl<QFlags<Permission>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<Permission>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QFileDevice::Permission> 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.

impl<'_> Shl<QFlags<Permission>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<Permission>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QFileDevice::Permission>& flags).

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.

impl<'_> Shl<QFlags<ProcessEventsFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<ProcessEventsFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QEventLoop::ProcessEventsFlag> 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.

impl<'_> Shl<QFlags<ProcessEventsFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<ProcessEventsFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QEventLoop::ProcessEventsFlag>& flags).

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.

impl<'_> Shl<QFlags<ScreenOrientation>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<ScreenOrientation>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::ScreenOrientation> 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.

impl<'_> Shl<QFlags<ScreenOrientation>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<ScreenOrientation>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::ScreenOrientation>& flags).

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.

impl<'_> Shl<QFlags<SectionFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<SectionFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QString::SectionFlag> 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.

impl<'_> Shl<QFlags<SectionFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<SectionFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QString::SectionFlag>& flags).

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.

impl<'_> Shl<QFlags<SelectionFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<SelectionFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QItemSelectionModel::SelectionFlag> 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.

impl<'_> Shl<QFlags<SelectionFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<SelectionFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QItemSelectionModel::SelectionFlag>& flags).

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.

impl<'_> Shl<QFlags<SortFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<SortFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QDir::SortFlag> 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.

impl<'_> Shl<QFlags<SortFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<SortFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QDir::SortFlag>& flags).

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.

impl<'_> Shl<QFlags<SplitBehaviorFlags>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<SplitBehaviorFlags>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::SplitBehaviorFlags> 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.

impl<'_> Shl<QFlags<SplitBehaviorFlags>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<SplitBehaviorFlags>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::SplitBehaviorFlags>& flags).

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.

impl<'_> Shl<QFlags<TextInteractionFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<TextInteractionFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::TextInteractionFlag> 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.

impl<'_> Shl<QFlags<TextInteractionFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<TextInteractionFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::TextInteractionFlag>& flags).

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.

impl<'_> Shl<QFlags<ToolBarArea>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<ToolBarArea>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::ToolBarArea> 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.

impl<'_> Shl<QFlags<ToolBarArea>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<ToolBarArea>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::ToolBarArea>& flags).

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.

impl<'_> Shl<QFlags<TouchPointState>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<TouchPointState>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::TouchPointState> 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.

impl<'_> Shl<QFlags<TouchPointState>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<TouchPointState>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::TouchPointState>& flags).

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.

impl<'_> Shl<QFlags<TypeFlag>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<TypeFlag>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QMetaType::TypeFlag> 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.

impl<'_> Shl<QFlags<TypeFlag>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<TypeFlag>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QMetaType::TypeFlag>& flags).

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.

impl<'_> Shl<QFlags<UserInputResolutionOption>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<UserInputResolutionOption>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<QUrl::UserInputResolutionOption> 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.

impl<'_> Shl<QFlags<UserInputResolutionOption>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<UserInputResolutionOption>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<QUrl::UserInputResolutionOption>& flags).

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.

impl<'_> Shl<QFlags<WindowState>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<WindowState>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::WindowState> 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.

impl<'_> Shl<QFlags<WindowState>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<WindowState>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::WindowState>& flags).

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.

impl<'_> Shl<QFlags<WindowType>> for &'_ QDataStream[src]

type Output = Ref<QDataStream>

The resulting type after applying the << operator.

fn shl(self, e: QFlags<WindowType>) -> Ref<QDataStream>[src]

Writes bit array ba to stream out.

Calls C++ function: QDataStream& operator<<(QDataStream& s, QFlags<Qt::WindowType> 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.

impl<'_> Shl<QFlags<WindowType>> for &'_ QDebug[src]

type Output = CppBox<QDebug>

The resulting type after applying the << operator.

fn shl(self, flags: QFlags<WindowType>) -> CppBox<QDebug>[src]

Writes bit array ba to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, const QFlags<Qt::WindowType>& flags).

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.

Auto Trait Implementations

impl<E> RefUnwindSafe for QFlags<E> where
    E: RefUnwindSafe

impl<E> Send for QFlags<E> where
    E: Send

impl<E> Sync for QFlags<E> where
    E: Sync

impl<E> Unpin for QFlags<E> where
    E: Unpin

impl<E> UnwindSafe for QFlags<E> where
    E: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.