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