pub struct QVectorOfQXmlStreamNamespaceDeclaration { /* private fields */ }Expand description
C++ class: QVector<QXmlStreamNamespaceDeclaration>.
Implementations§
Source§impl QVectorOfQXmlStreamNamespaceDeclaration
impl QVectorOfQXmlStreamNamespaceDeclaration
Sourcepub unsafe fn add_assign_q_vector_of_q_xml_stream_namespace_declaration(
&self,
l: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>,
) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
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).
Sourcepub unsafe fn add_assign_q_xml_stream_namespace_declaration(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
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).
Sourcepub unsafe fn append_q_xml_stream_namespace_declaration(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
)
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).
Sourcepub unsafe fn append_q_vector_of_q_xml_stream_namespace_declaration(
&self,
l: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>,
)
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).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn at(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn back_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::back().
Sourcepub unsafe fn back(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn back(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::back() const.
Sourcepub unsafe fn capacity(&self) -> c_int
pub unsafe fn capacity(&self) -> c_int
Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::capacity() const.
Sourcepub unsafe fn clear(&self)
pub unsafe fn clear(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::clear().
Sourcepub unsafe fn const_data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
pub unsafe fn const_data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::constData() const.
Sourcepub unsafe fn const_first(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn const_first(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn const_last(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::constLast() const.
Sourcepub unsafe fn contains(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> bool
pub unsafe fn contains( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::contains(const QXmlStreamNamespaceDeclaration& t) const.
Sourcepub unsafe fn copy_from(
&self,
v: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>,
) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
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).
Sourcepub unsafe fn count_1a(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> c_int
pub unsafe fn count_1a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> c_int
Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::count(const QXmlStreamNamespaceDeclaration& t) const.
Sourcepub unsafe fn count_0a(&self) -> c_int
pub unsafe fn count_0a(&self) -> c_int
Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::count() const.
Sourcepub unsafe fn data_mut(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
pub unsafe fn data_mut(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data().
Sourcepub unsafe fn data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
pub unsafe fn data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data() const.
Sourcepub unsafe fn detach(&self)
pub unsafe fn detach(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::detach().
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::empty() const.
Sourcepub unsafe fn ends_with(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> bool
pub unsafe fn ends_with( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::endsWith(const QXmlStreamNamespaceDeclaration& t) const.
Sourcepub unsafe fn fill_2a(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
size: c_int,
) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
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 = …).
Sourcepub unsafe fn fill_1a(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
pub unsafe fn fill_1a( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::fill(const QXmlStreamNamespaceDeclaration& t).
Sourcepub unsafe fn first_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn first_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::first().
Sourcepub unsafe fn first(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn first(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn front_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::front().
Sourcepub unsafe fn front(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn front(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::front() const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::operator[](int i).
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn index(&self, i: c_int) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::operator[](int i) const.
Sourcepub unsafe fn index_of_2a(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
from: c_int,
) -> c_int
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.
Sourcepub unsafe fn index_of_1a(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> c_int
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.
Sourcepub unsafe fn insert_2a(
&self,
i: c_int,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
)
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).
Sourcepub unsafe fn insert_3a(
&self,
i: c_int,
n: c_int,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
)
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).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::isEmpty() const.
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::isSharedWith(const QVector<QXmlStreamNamespaceDeclaration>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn last_mut(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::last().
Sourcepub unsafe fn last(&self) -> Ref<QXmlStreamNamespaceDeclaration>
pub unsafe fn last(&self) -> Ref<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration& QVector<QXmlStreamNamespaceDeclaration>::last() const.
Sourcepub unsafe fn last_index_of_2a(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
from: c_int,
) -> c_int
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.
Sourcepub unsafe fn last_index_of_1a(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> c_int
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.
Sourcepub unsafe fn length(&self) -> c_int
pub unsafe fn length(&self) -> c_int
Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
len: c_int,
) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
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.
Sourcepub unsafe fn mid_1a(
&self,
pos: c_int,
) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
pub unsafe fn mid_1a( &self, pos: c_int, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
Calls C++ function: QVector<QXmlStreamNamespaceDeclaration> QVector<QXmlStreamNamespaceDeclaration>::mid(int pos) const.
Sourcepub unsafe fn move_(&self, from: c_int, to: c_int)
pub unsafe fn move_(&self, from: c_int, to: c_int)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::move(int from, int to).
Sourcepub unsafe fn new_0a() -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
pub unsafe fn new_0a() -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
Calls C++ function: [constructor] void QVector<QXmlStreamNamespaceDeclaration>::QVector().
Sourcepub unsafe fn new_1a(
size: c_int,
) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
pub unsafe fn new_1a( size: c_int, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
Calls C++ function: [constructor] void QVector<QXmlStreamNamespaceDeclaration>::QVector(int size).
Sourcepub unsafe fn new_2a(
size: c_int,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
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).
Sourcepub unsafe fn new_copy(
v: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>,
) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
pub unsafe fn new_copy( v: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>, ) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
Calls C++ function: [constructor] void QVector<QXmlStreamNamespaceDeclaration>::QVector(const QVector<QXmlStreamNamespaceDeclaration>& v).
Sourcepub unsafe fn pop_back(&self)
pub unsafe fn pop_back(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::pop_back().
Sourcepub unsafe fn pop_front(&self)
pub unsafe fn pop_front(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::pop_front().
Sourcepub unsafe fn prepend(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
)
pub unsafe fn prepend( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::prepend(const QXmlStreamNamespaceDeclaration& t).
Sourcepub unsafe fn push_back(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
)
pub unsafe fn push_back( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::push_back(const QXmlStreamNamespaceDeclaration& t).
Sourcepub unsafe fn push_front(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
)
pub unsafe fn push_front( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, )
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::push_front(const QXmlStreamNamespaceDeclaration& t).
Sourcepub unsafe fn remove_1a(&self, i: c_int)
pub unsafe fn remove_1a(&self, i: c_int)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::remove(int i).
Sourcepub unsafe fn remove_2a(&self, i: c_int, n: c_int)
pub unsafe fn remove_2a(&self, i: c_int, n: c_int)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::remove(int i, int n).
Sourcepub unsafe fn remove_all(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> c_int
pub unsafe fn remove_all( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> c_int
Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::removeAll(const QXmlStreamNamespaceDeclaration& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::removeLast().
Sourcepub unsafe fn remove_one(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> bool
pub unsafe fn remove_one( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::removeOne(const QXmlStreamNamespaceDeclaration& t).
Sourcepub unsafe fn replace(
&self,
i: c_int,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
)
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).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::reserve(int size).
Sourcepub unsafe fn resize(&self, size: c_int)
pub unsafe fn resize(&self, size: c_int)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::resize(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::setSharable(bool sharable).
Sourcepub unsafe fn shrink_to_fit(&self)
pub unsafe fn shrink_to_fit(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::shrink_to_fit().
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QVector<QXmlStreamNamespaceDeclaration>::size() const.
Sourcepub unsafe fn squeeze(&self)
pub unsafe fn squeeze(&self)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::squeeze().
Sourcepub unsafe fn starts_with(
&self,
t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> bool
pub unsafe fn starts_with( &self, t: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>, ) -> bool
Calls C++ function: bool QVector<QXmlStreamNamespaceDeclaration>::startsWith(const QXmlStreamNamespaceDeclaration& t) const.
Sourcepub unsafe fn swap(
&self,
other: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>,
)
pub unsafe fn swap( &self, other: impl CastInto<Ref<QVectorOfQXmlStreamNamespaceDeclaration>>, )
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::swap(QVector<QXmlStreamNamespaceDeclaration>& other).
Sourcepub unsafe fn swap_items_at(&self, i: c_int, j: c_int)
pub unsafe fn swap_items_at(&self, i: c_int, j: c_int)
Calls C++ function: void QVector<QXmlStreamNamespaceDeclaration>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<QXmlStreamNamespaceDeclaration>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<QXmlStreamNamespaceDeclaration>
pub unsafe fn take_first(&self) -> CppBox<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<QXmlStreamNamespaceDeclaration>
pub unsafe fn take_last(&self) -> CppBox<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::takeLast().
Sourcepub unsafe fn value_1a(
&self,
i: c_int,
) -> CppBox<QXmlStreamNamespaceDeclaration>
pub unsafe fn value_1a( &self, i: c_int, ) -> CppBox<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration QVector<QXmlStreamNamespaceDeclaration>::value(int i) const.
Sourcepub unsafe fn value_2a(
&self,
i: c_int,
default_value: impl CastInto<Ref<QXmlStreamNamespaceDeclaration>>,
) -> CppBox<QXmlStreamNamespaceDeclaration>
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
impl Add<Ref<QVectorOfQXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration
Source§fn add(
self,
l: Ref<QVectorOfQXmlStreamNamespaceDeclaration>,
) -> CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
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>
type Output = CppBox<QVectorOfQXmlStreamNamespaceDeclaration>
+ operator.Source§impl Data for QVectorOfQXmlStreamNamespaceDeclaration
impl Data for QVectorOfQXmlStreamNamespaceDeclaration
Source§unsafe fn data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
unsafe fn data(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
Calls C++ function: const QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data() const.
Source§type Output = Ptr<QXmlStreamNamespaceDeclaration>
type Output = Ptr<QXmlStreamNamespaceDeclaration>
data() function.Source§impl DataMut for QVectorOfQXmlStreamNamespaceDeclaration
impl DataMut for QVectorOfQXmlStreamNamespaceDeclaration
Source§unsafe fn data_mut(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
unsafe fn data_mut(&self) -> Ptr<QXmlStreamNamespaceDeclaration>
Calls C++ function: QXmlStreamNamespaceDeclaration* QVector<QXmlStreamNamespaceDeclaration>::data().
Source§type Output = Ptr<QXmlStreamNamespaceDeclaration>
type Output = Ptr<QXmlStreamNamespaceDeclaration>
data_mut() function.Source§impl PartialEq<Ref<QVectorOfQXmlStreamNamespaceDeclaration>> for QVectorOfQXmlStreamNamespaceDeclaration
impl PartialEq<Ref<QVectorOfQXmlStreamNamespaceDeclaration>> for QVectorOfQXmlStreamNamespaceDeclaration
Source§impl Shl<Ref<QVectorOfQXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration
impl Shl<Ref<QVectorOfQXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration
Source§fn shl(
self,
l: Ref<QVectorOfQXmlStreamNamespaceDeclaration>,
) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
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>
type Output = Ref<QVectorOfQXmlStreamNamespaceDeclaration>
<< operator.Source§impl Shl<Ref<QXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration
impl Shl<Ref<QXmlStreamNamespaceDeclaration>> for &QVectorOfQXmlStreamNamespaceDeclaration
Source§fn shl(
self,
t: Ref<QXmlStreamNamespaceDeclaration>,
) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
fn shl( self, t: Ref<QXmlStreamNamespaceDeclaration>, ) -> Ref<QVectorOfQXmlStreamNamespaceDeclaration>
Calls C++ function: QVector<QXmlStreamNamespaceDeclaration>& QVector<QXmlStreamNamespaceDeclaration>::operator<<(const QXmlStreamNamespaceDeclaration& t).
Source§type Output = Ref<QVectorOfQXmlStreamNamespaceDeclaration>
type Output = Ref<QVectorOfQXmlStreamNamespaceDeclaration>
<< operator.