[][src]Struct qt_core::QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption

#[repr(C)]pub struct QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption { /* fields omitted */ }

C++ class: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>.

Methods

impl QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

pub unsafe fn bit_and_assign_int(
    &self,
    mask: c_int
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator&=(int mask).

pub unsafe fn bit_and_assign_uint(
    &self,
    mask: c_uint
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator&=(unsigned int mask).

pub unsafe fn bit_not(
    &self
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator~() const.

pub unsafe fn bit_or_assign_q_flags_component_formatting_option(
    &self,
    f: QFlags<ComponentFormattingOption>
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

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

pub unsafe fn bit_or_assign_q_url_two_flags_of_url_formatting_option_component_formatting_option(
    &self,
    f: impl CastInto<Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>>
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

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

pub unsafe fn bit_or_assign_url_formatting_option(
    &self,
    f: UrlFormattingOption
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

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

pub unsafe fn bit_or_assign_component_formatting_option(
    &self,
    f: ComponentFormattingOption
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

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

pub unsafe fn bit_xor_assign_q_url_two_flags_of_url_formatting_option_component_formatting_option(
    &self,
    f: impl CastInto<Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>>
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator^=(QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> f).

pub unsafe fn bit_xor_assign_url_formatting_option(
    &self,
    f: UrlFormattingOption
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator^=(QUrl::UrlFormattingOption f).

pub unsafe fn bit_xor_assign_component_formatting_option(
    &self,
    f: ComponentFormattingOption
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator^=(QUrl::ComponentFormattingOption f).

pub unsafe fn copy_from(
    &self,
    other: impl CastInto<Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>>
) -> Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator=(const QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& other).

pub unsafe fn from_url_formatting_option(
    f: UrlFormattingOption
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: [constructor] void QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::QUrlTwoFlags(QUrl::UrlFormattingOption f).

pub unsafe fn from_component_formatting_option(
    f: ComponentFormattingOption
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: [constructor] void QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::QUrlTwoFlags(QUrl::ComponentFormattingOption f).

pub unsafe fn from_q_flags_component_formatting_option(
    f: QFlags<ComponentFormattingOption>
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: [constructor] void QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::QUrlTwoFlags(QFlags<QUrl::ComponentFormattingOption> f).

pub unsafe fn new(
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: [constructor] void QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::QUrlTwoFlags().

pub unsafe fn new_copy(
    other: impl CastInto<Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>>
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: [constructor] void QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::QUrlTwoFlags(const QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>& other).

pub unsafe fn test_flag_url_formatting_option(
    &self,
    f: UrlFormattingOption
) -> bool
[src]

Calls C++ function: bool QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::testFlag(QUrl::UrlFormattingOption f) const.

pub unsafe fn test_flag_component_formatting_option(
    &self,
    f: ComponentFormattingOption
) -> bool
[src]

Calls C++ function: bool QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::testFlag(QUrl::ComponentFormattingOption f) const.

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

Calls C++ function: int QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator int() const.

Trait Implementations

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

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the & operator.

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

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator&(QUrl::ComponentFormattingOption f) const.

impl<'_> BitAnd<UrlFormattingOption> for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the & operator.

fn bitand(
    self,
    f: UrlFormattingOption
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator&(QUrl::UrlFormattingOption f) const.

impl<'_> BitAnd<i32> for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the & operator.

fn bitand(
    self,
    mask: c_int
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator&(int mask) const.

impl<'_> BitAnd<u32> for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the & operator.

fn bitand(
    self,
    mask: c_uint
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator&(unsigned int mask) const.

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

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the | operator.

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

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

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<'_> BitOr<Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>> for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the | operator.

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

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

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

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the | operator.

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

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

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

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the ^ operator.

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

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator^(QUrl::ComponentFormattingOption f) const.

impl<'_> BitXor<Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>> for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the ^ operator.

fn bitxor(
    self,
    f: Ref<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator^(QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> f) const.

impl<'_> BitXor<UrlFormattingOption> for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>

The resulting type after applying the ^ operator.

fn bitxor(
    self,
    f: UrlFormattingOption
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
[src]

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator^(QUrl::UrlFormattingOption f) const.

impl CppDeletable for QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

unsafe fn delete(&self)[src]

Calls C++ function: [destructor] void QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::~QUrlTwoFlags().

impl<'_> Not for &'_ QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption[src]

type Output = bool

The resulting type after applying the ! operator.

fn not(self) -> bool[src]

Calls C++ function: bool QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator!() const.

Auto Trait Implementations

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, 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.