Skip to main content

QVectorOfQXmlStreamNamespaceDeclaration

Struct QVectorOfQXmlStreamNamespaceDeclaration 

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

C++ class: QVector<QXmlStreamNamespaceDeclaration>.

Implementations§

Source§

impl QVectorOfQXmlStreamNamespaceDeclaration

Source

pub unsafe fn add_assign_q_vector_of_q_xml_stream_namespace_declaration( &self, l: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::operator+=(const QVector<QXmlStreamNamespaceDeclaration>& l).

Source

pub unsafe fn add_assign_q_xml_stream_namespace_declaration( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::operator+=(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn append_q_xml_stream_namespace_declaration( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::append(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn append_q_vector_of_q_xml_stream_namespace_declaration( &self, l: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::append(const QVector<QXmlStreamNamespaceDeclaration>& l).

Source

pub unsafe fn at(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::at(int i) const.

Source

pub unsafe fn back_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::back().

Source

pub unsafe fn back(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::back() const.

Source

pub unsafe fn capacity(&self) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::capacity() const.

Source

pub unsafe fn clear(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::clear().

Source

pub unsafe fn const_data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::constData() const.

Source

pub unsafe fn const_first(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::constFirst() const.

Source

pub unsafe fn const_last(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::constLast() const.

Source

pub unsafe fn contains( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::contains(const QXmlStreamNamespaceDeclaration& t) const.

Source

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

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::operator=(const QVector<QXmlStreamNamespaceDeclaration>& v).

Source

pub unsafe fn count_1a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::count(const QXmlStreamNamespaceDeclaration& t) const.

Source

pub unsafe fn count_0a(&self) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::count() const.

Source

pub unsafe fn data_mut(&self) -> Ptr<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data().

Source

pub unsafe fn data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data() const.

Source

pub unsafe fn detach(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::detach().

Source

pub unsafe fn empty(&self) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::empty() const.

Source

pub unsafe fn ends_with( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::endsWith(const QXmlStreamNamespaceDeclaration& t) const.

Source

pub unsafe fn fill_2a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, size: c_int, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::fill(const QXmlStreamNamespaceDeclaration& t, int size = …).

Source

pub unsafe fn fill_1a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::fill(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn first_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::first().

Source

pub unsafe fn first(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::first() const.

Source

pub unsafe fn front_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::front().

Source

pub unsafe fn front(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::front() const.

Source

pub unsafe fn index_mut(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::operator[](int i).

Source

pub unsafe fn index(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::operator[](int i) const.

Source

pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, from: c_int, ) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::indexOf(const QXmlStreamNamespaceDeclaration& t, int from = …) const.

Source

pub unsafe fn index_of_1a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::indexOf(const QXmlStreamNamespaceDeclaration& t) const.

Source

pub unsafe fn insert_2a( &self, i: c_int, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::insert(int i, const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn insert_3a( &self, i: c_int, n: c_int, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::insert(int i, int n, const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn is_detached(&self) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::isDetached() const.

Source

pub unsafe fn is_empty(&self) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::isEmpty() const.

Source

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

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::isSharedWith(const QVector<QXmlStreamNamespaceDeclaration>& other) const.

Source

pub unsafe fn last_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::last().

Source

pub unsafe fn last(&self) -> Ref<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::last() const.

Source

pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, from: c_int, ) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::lastIndexOf(const QXmlStreamNamespaceDeclaration& t, int from = …) const.

Source

pub unsafe fn last_index_of_1a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::lastIndexOf(const QXmlStreamNamespaceDeclaration& t) const.

Source

pub unsafe fn length(&self) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::length() const.

Source

pub unsafe fn mid_2a( &self, pos: c_int, len: c_int, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration> QVector<QXmlStreamNamespaceDeclaration>::mid(int pos, int len = …) const.

Source

pub unsafe fn mid_1a( &self, pos: c_int, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration> QVector<QXmlStreamNamespaceDeclaration>::mid(int pos) const.

Source

pub unsafe fn move_(&self, from: c_int, to: c_int)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::move(int from, int to).

Source

pub unsafe fn new_0a() -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: [constructor] void QVector<QXmlStreamNamespaceDeclaration>::QVector().

Source

pub unsafe fn new_1a( size: c_int, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: [constructor] void QVector<QXmlStreamNamespaceDeclaration>::QVector(int size).

Source

pub unsafe fn new_2a( size: c_int, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: [constructor] void QVector<QXmlStreamNamespaceDeclaration>::QVector(int size, const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn new_copy( v: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: [constructor] void QVector<QXmlStreamNamespaceDeclaration>::QVector(const QVector<QXmlStreamNamespaceDeclaration>& v).

Source

pub unsafe fn pop_back(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::pop_back().

Source

pub unsafe fn pop_front(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::pop_front().

Source

pub unsafe fn prepend( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::prepend(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn push_back( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::push_back(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn push_front( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::push_front(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn remove_1a(&self, i: c_int)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::remove(int i).

Source

pub unsafe fn remove_2a(&self, i: c_int, n: c_int)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::remove(int i, int n).

Source

pub unsafe fn remove_all( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::removeAll(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn remove_at(&self, i: c_int)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::removeAt(int i).

Source

pub unsafe fn remove_first(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::removeFirst().

Source

pub unsafe fn remove_last(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::removeLast().

Source

pub unsafe fn remove_one( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::removeOne(const QXmlStreamNamespaceDeclaration& t).

Source

pub unsafe fn replace( &self, i: c_int, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::replace(int i, const QXmlStreamNamespaceDeclaration& t).

Source

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

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::reserve(int size).

Source

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

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::resize(int size).

Source

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

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::setSharable(bool sharable).

Source

pub unsafe fn shrink_to_fit(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::shrink_to_fit().

Source

pub unsafe fn size(&self) -> c_int

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::size() const.

Source

pub unsafe fn squeeze(&self)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::squeeze().

Source

pub unsafe fn starts_with( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::startsWith(const QXmlStreamNamespaceDeclaration& t) const.

Source

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

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::swap(QVector<QXmlStreamNamespaceDeclaration>& other).

Source

pub unsafe fn swap_items_at(&self, i: c_int, j: c_int)

Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::swapItemsAt(int i, int j).

Source

pub unsafe fn take_at(&self, i: c_int) -> CppBox<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::takeAt(int i).

Source

pub unsafe fn take_first(&self) -> CppBox<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::takeFirst().

Source

pub unsafe fn take_last(&self) -> CppBox<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::takeLast().

Source

pub unsafe fn value_1a( &self, i: c_int, ) -> CppBox<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::value(int i) const.

Source

pub unsafe fn value_2a( &self, i: c_int, default_value: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> CppBox<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::value(int i, const QXmlStreamNamespaceDeclaration& defaultValue) const.

Trait Implementations§

Source§

impl Add<Ref<QVectorOfQXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration

Source§

fn add( self, l: Ref<QVectorOfQXmlStreamNamespaceDeclaration>, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration> QVector<QXmlStreamNamespaceDeclaration>::operator+(const QVector<QXmlStreamNamespaceDeclaration>& l) const.

Source§

type Output = CppBox<QVectorOfQXmlStreamNamespaceDeclaration>

The resulting type after applying the + operator.
Source§

impl CppDeletable for QVectorOfQXmlStreamNamespaceDeclaration

Source§

unsafe fn delete(&self)

Calls C++ function: [destructor] void QVector<QXmlStreamNamespaceDeclaration>::~QVector().

Source§

impl Data for QVectorOfQXmlStreamNamespaceDeclaration

Source§

unsafe fn data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>

Calls C++ function: const QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data() const.

Source§

type Output = Ptr<QXmlStreamNamespaceDeclaration>

Return type of data() function.
Source§

impl DataMut for QVectorOfQXmlStreamNamespaceDeclaration

Source§

unsafe fn data_mut(&self) -> Ptr<QXmlStreamNamespaceDeclaration>

Calls C++ function: QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data().

Source§

type Output = Ptr<QXmlStreamNamespaceDeclaration>

Return type of data_mut() function.
Source§

impl PartialEq<Ref<QVectorOfQXmlStreamNamespaceDeclaration>> for QVectorOfQXmlStreamNamespaceDeclaration

Source§

fn eq(&self, v: &Ref<QVectorOfQXmlStreamNamespaceDeclaration>) -> bool

Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::operator==(const QVector<QXmlStreamNamespaceDeclaration>& v) 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<QVectorOfQXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration

Source§

fn shl( self, l: Ref<QVectorOfQXmlStreamNamespaceDeclaration>, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::operator<<(const QVector<QXmlStreamNamespaceDeclaration>& l).

Source§

type Output = Ref<QVectorOfQXmlStreamNamespaceDeclaration>

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

impl Shl<Ref<QXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration

Source§

fn shl( self, t: Ref<QXmlStreamNamespaceDeclaration>, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>

Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::operator<<(const QXmlStreamNamespaceDeclaration& t).

Source§

type Output = Ref<QVectorOfQXmlStreamNamespaceDeclaration>

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

impl Size for QVectorOfQXmlStreamNamespaceDeclaration

Source§

unsafe fn size(&self) -> usize

Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::size() const.

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.