Skip to main content

QSetOfQByteArray

Struct QSetOfQByteArray 

Source
pub struct QSetOfQByteArray { /* private fields */ }
Expand description

C++ class: QSet<QByteArray>.

Implementations§

Source§

impl QSetOfQByteArray

Source

pub unsafe fn add_assign_q_set_of_q_byte_array( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator+=(const QSet<QByteArray>& other).

Source

pub unsafe fn add_assign_q_byte_array( &self, value: impl CastInto<Ref<QByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator+=(const QByteArray& value).

Source

pub unsafe fn begin_mut(&self) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::begin().

Source

pub unsafe fn begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::begin() const.

Source

pub unsafe fn bit_and_assign_q_set_of_q_byte_array( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator&=(const QSet<QByteArray>& other).

Source

pub unsafe fn bit_and_assign_q_byte_array( &self, value: impl CastInto<Ref<QByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator&=(const QByteArray& value).

Source

pub unsafe fn bit_or_assign_q_set_of_q_byte_array( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator|=(const QSet<QByteArray>& other).

Source

pub unsafe fn bit_or_assign_q_byte_array( &self, value: impl CastInto<Ref<QByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator|=(const QByteArray& value).

Source

pub unsafe fn capacity(&self) -> c_int

Calls C++ function: int QSet<QByteArray>::capacity() const.

Source

pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::cbegin() const.

Source

pub unsafe fn cend(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::cend() const.

Source

pub unsafe fn clear(&self)

Calls C++ function: void QSet<QByteArray>::clear().

Source

pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::constBegin() const.

Source

pub unsafe fn const_end(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::constEnd() const.

Source

pub unsafe fn const_find( &self, value: impl CastInto<Ref<QByteArray>>, ) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::constFind(const QByteArray& value) const.

Source

pub unsafe fn contains_q_byte_array( &self, value: impl CastInto<Ref<QByteArray>>, ) -> bool

Calls C++ function: bool QSet<QByteArray>::contains(const QByteArray& value) const.

Source

pub unsafe fn contains_q_set_of_q_byte_array( &self, set: impl CastInto<Ref<QSetOfQByteArray>>, ) -> bool

Calls C++ function: bool QSet<QByteArray>::contains(const QSet<QByteArray>& set) const.

Source

pub unsafe fn copy_from( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator=(const QSet<QByteArray>& other).

Source

pub unsafe fn count(&self) -> c_int

Calls C++ function: int QSet<QByteArray>::count() const.

Source

pub unsafe fn detach(&self)

Calls C++ function: void QSet<QByteArray>::detach().

Source

pub unsafe fn empty(&self) -> bool

Calls C++ function: bool QSet<QByteArray>::empty() const.

Source

pub unsafe fn end_mut(&self) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::end().

Source

pub unsafe fn end(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::end() const.

Source

pub unsafe fn erase_iterator( &self, i: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::erase(QSet<QByteArray>::iterator i).

Source

pub unsafe fn erase_const_iterator( &self, i: impl CastInto<Ref<ConstIterator>>, ) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::erase(QSet<QByteArray>::const_iterator i).

Source

pub unsafe fn find_mut( &self, value: impl CastInto<Ref<QByteArray>>, ) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::find(const QByteArray& value).

Source

pub unsafe fn find( &self, value: impl CastInto<Ref<QByteArray>>, ) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::find(const QByteArray& value) const.

Source

pub unsafe fn from_list( list: impl CastInto<Ref<QListOfQByteArray>>, ) -> CppBox<QSetOfQByteArray>

Calls C++ function: static QSet<QByteArray> QSet<QByteArray>::fromList(const QList<QByteArray>& list).

Source

pub unsafe fn insert( &self, value: impl CastInto<Ref<QByteArray>>, ) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::insert(const QByteArray& value).

Source

pub unsafe fn intersect( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::intersect(const QSet<QByteArray>& other).

Source

pub unsafe fn intersects( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> bool

Calls C++ function: bool QSet<QByteArray>::intersects(const QSet<QByteArray>& other) const.

Source

pub unsafe fn is_detached(&self) -> bool

Calls C++ function: bool QSet<QByteArray>::isDetached() const.

Source

pub unsafe fn is_empty(&self) -> bool

Calls C++ function: bool QSet<QByteArray>::isEmpty() const.

Source

pub unsafe fn new() -> CppBox<QSetOfQByteArray>

Calls C++ function: [constructor] void QSet<QByteArray>::QSet().

Source

pub unsafe fn new_copy( other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> CppBox<QSetOfQByteArray>

Calls C++ function: [constructor] void QSet<QByteArray>::QSet(const QSet<QByteArray>& other).

Source

pub unsafe fn remove(&self, value: impl CastInto<Ref<QByteArray>>) -> bool

Calls C++ function: bool QSet<QByteArray>::remove(const QByteArray& value).

Source

pub unsafe fn reserve(&self, size: c_int)

Calls C++ function: void QSet<QByteArray>::reserve(int size).

Source

pub unsafe fn set_sharable(&self, sharable: bool)

Calls C++ function: void QSet<QByteArray>::setSharable(bool sharable).

Source

pub unsafe fn size(&self) -> c_int

Calls C++ function: int QSet<QByteArray>::size() const.

Source

pub unsafe fn squeeze(&self)

Calls C++ function: void QSet<QByteArray>::squeeze().

Source

pub unsafe fn sub_assign_q_set_of_q_byte_array( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator-=(const QSet<QByteArray>& other).

Source

pub unsafe fn sub_assign_q_byte_array( &self, value: impl CastInto<Ref<QByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator-=(const QByteArray& value).

Source

pub unsafe fn subtract( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::subtract(const QSet<QByteArray>& other).

Source

pub unsafe fn swap(&self, other: impl CastInto<Ref<QSetOfQByteArray>>)

Calls C++ function: void QSet<QByteArray>::swap(QSet<QByteArray>& other).

Source

pub unsafe fn to_list(&self) -> CppBox<QListOfQByteArray>

Calls C++ function: QList<QByteArray> QSet<QByteArray>::toList() const.

Source

pub unsafe fn unite( &self, other: impl CastInto<Ref<QSetOfQByteArray>>, ) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::unite(const QSet<QByteArray>& other).

Source

pub unsafe fn values(&self) -> CppBox<QListOfQByteArray>

Calls C++ function: QList<QByteArray> QSet<QByteArray>::values() const.

Trait Implementations§

Source§

impl Add<Ref<QSetOfQByteArray>> for &QSetOfQByteArray

Source§

fn add(self, other: Ref<QSetOfQByteArray>) -> CppBox<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray> QSet<QByteArray>::operator+(const QSet<QByteArray>& other) const.

Source§

type Output = CppBox<QSetOfQByteArray>

The resulting type after applying the + operator.
Source§

impl Begin for QSetOfQByteArray

Source§

unsafe fn begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::begin() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl BeginMut for QSetOfQByteArray

Source§

unsafe fn begin_mut(&self) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::begin().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl BitAnd<Ref<QSetOfQByteArray>> for &QSetOfQByteArray

Source§

fn bitand(self, other: Ref<QSetOfQByteArray>) -> CppBox<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray> QSet<QByteArray>::operator&(const QSet<QByteArray>& other) const.

Source§

type Output = CppBox<QSetOfQByteArray>

The resulting type after applying the & operator.
Source§

impl BitOr<Ref<QSetOfQByteArray>> for &QSetOfQByteArray

Source§

fn bitor(self, other: Ref<QSetOfQByteArray>) -> CppBox<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray> QSet<QByteArray>::operator|(const QSet<QByteArray>& other) const.

Source§

type Output = CppBox<QSetOfQByteArray>

The resulting type after applying the | operator.
Source§

impl CppDeletable for QSetOfQByteArray

Source§

unsafe fn delete(&self)

Calls C++ function: [destructor] void QSet<QByteArray>::~QSet().

Source§

impl End for QSetOfQByteArray

Source§

unsafe fn end(&self) -> CppBox<ConstIterator>

Calls C++ function: QSet<QByteArray>::const_iterator QSet<QByteArray>::end() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl EndMut for QSetOfQByteArray

Source§

unsafe fn end_mut(&self) -> CppBox<Iterator>

Calls C++ function: QSet<QByteArray>::iterator QSet<QByteArray>::end().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl PartialEq<Ref<QSetOfQByteArray>> for QSetOfQByteArray

Source§

fn eq(&self, other: &Ref<QSetOfQByteArray>) -> bool

Calls C++ function: bool QSet<QByteArray>::operator==(const QSet<QByteArray>& other) const.

1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Shl<Ref<QByteArray>> for &QSetOfQByteArray

Source§

fn shl(self, value: Ref<QByteArray>) -> Ref<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray>& QSet<QByteArray>::operator<<(const QByteArray& value).

Source§

type Output = Ref<QSetOfQByteArray>

The resulting type after applying the << operator.
Source§

impl Size for QSetOfQByteArray

Source§

unsafe fn size(&self) -> usize

Calls C++ function: int QSet<QByteArray>::size() const.

Source§

impl Sub<Ref<QSetOfQByteArray>> for &QSetOfQByteArray

Source§

fn sub(self, other: Ref<QSetOfQByteArray>) -> CppBox<QSetOfQByteArray>

Calls C++ function: QSet<QByteArray> QSet<QByteArray>::operator-(const QSet<QByteArray>& other) const.

Source§

type Output = CppBox<QSetOfQByteArray>

The resulting type after applying the - operator.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T, U> CastInto<U> for T
where U: CastFrom<T>,

Source§

unsafe fn cast_into(self) -> U

Performs the conversion. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> StaticUpcast<T> for T

Source§

unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>

Convert type of a const pointer. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.