pub struct QListOfQOpenglDebugMessage { /* private fields */ }Expand description
C++ class: QList<QOpenGLDebugMessage>.
Implementations§
Source§impl QListOfQOpenglDebugMessage
impl QListOfQOpenglDebugMessage
Sourcepub unsafe fn add_assign_q_list_of_q_opengl_debug_message(
&self,
l: impl CastInto<Ref<QListOfQOpenglDebugMessage>>,
) -> Ref<QListOfQOpenglDebugMessage>
pub unsafe fn add_assign_q_list_of_q_opengl_debug_message( &self, l: impl CastInto<Ref<QListOfQOpenglDebugMessage>>, ) -> Ref<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage>& QList<QOpenGLDebugMessage>::operator+=(const QList<QOpenGLDebugMessage>& l).
Sourcepub unsafe fn add_assign_q_opengl_debug_message(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> Ref<QListOfQOpenglDebugMessage>
pub unsafe fn add_assign_q_opengl_debug_message( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> Ref<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage>& QList<QOpenGLDebugMessage>::operator+=(const QOpenGLDebugMessage& t).
Sourcepub unsafe fn append_q_opengl_debug_message(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
)
pub unsafe fn append_q_opengl_debug_message( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, )
Calls C++ function: void QList<QOpenGLDebugMessage>::append(const QOpenGLDebugMessage& t).
Sourcepub unsafe fn append_q_list_of_q_opengl_debug_message(
&self,
t: impl CastInto<Ref<QListOfQOpenglDebugMessage>>,
)
pub unsafe fn append_q_list_of_q_opengl_debug_message( &self, t: impl CastInto<Ref<QListOfQOpenglDebugMessage>>, )
Calls C++ function: void QList<QOpenGLDebugMessage>::append(const QList<QOpenGLDebugMessage>& t).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<QOpenGLDebugMessage>
pub unsafe fn at(&self, i: c_int) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn back_mut(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::back().
Sourcepub unsafe fn back(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn back(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QOpenGLDebugMessage>::iterator QList<QOpenGLDebugMessage>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::cend() const.
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn const_first(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn const_last(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::constLast() const.
Sourcepub unsafe fn contains(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> bool
pub unsafe fn contains( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> bool
Calls C++ function: bool QList<QOpenGLDebugMessage>::contains(const QOpenGLDebugMessage& t) const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfQOpenglDebugMessage>>,
) -> Ref<QListOfQOpenglDebugMessage>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfQOpenglDebugMessage>>, ) -> Ref<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage>& QList<QOpenGLDebugMessage>::operator=(const QList<QOpenGLDebugMessage>& l).
Sourcepub unsafe fn count_1a(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> c_int
pub unsafe fn count_1a( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::count(const QOpenGLDebugMessage& t) const.
Sourcepub unsafe fn count_0a(&self) -> c_int
pub unsafe fn count_0a(&self) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::count() const.
Calls C++ function: void QList<QOpenGLDebugMessage>::detachShared().
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QList<QOpenGLDebugMessage>::empty() const.
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QOpenGLDebugMessage>::iterator QList<QOpenGLDebugMessage>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::end() const.
Sourcepub unsafe fn ends_with(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> bool
pub unsafe fn ends_with( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> bool
Calls C++ function: bool QList<QOpenGLDebugMessage>::endsWith(const QOpenGLDebugMessage& t) const.
Sourcepub unsafe fn erase_1a(
&self,
pos: impl CastInto<Ref<Iterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_1a( &self, pos: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QOpenGLDebugMessage>::iterator QList<QOpenGLDebugMessage>::erase(QList<QOpenGLDebugMessage>::iterator pos).
Sourcepub unsafe fn erase_2a(
&self,
first: impl CastInto<Ref<Iterator>>,
last: impl CastInto<Ref<Iterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_2a( &self, first: impl CastInto<Ref<Iterator>>, last: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QOpenGLDebugMessage>::iterator QList<QOpenGLDebugMessage>::erase(QList<QOpenGLDebugMessage>::iterator first, QList<QOpenGLDebugMessage>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn first_mut(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::first().
Sourcepub unsafe fn first(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn first(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn front_mut(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::front().
Sourcepub unsafe fn front(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn front(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<QOpenGLDebugMessage>
pub unsafe fn index(&self, i: c_int) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::operator[](int i) const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<QOpenGLDebugMessage>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::operator[](int i).
Sourcepub unsafe fn index_of_2a(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::indexOf(const QOpenGLDebugMessage& t, int from = …) const.
Sourcepub unsafe fn index_of_1a(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> c_int
pub unsafe fn index_of_1a( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::indexOf(const QOpenGLDebugMessage& t) const.
Sourcepub unsafe fn insert_int_q_opengl_debug_message(
&self,
i: c_int,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
)
pub unsafe fn insert_int_q_opengl_debug_message( &self, i: c_int, t: impl CastInto<Ref<QOpenGLDebugMessage>>, )
Calls C++ function: void QList<QOpenGLDebugMessage>::insert(int i, const QOpenGLDebugMessage& t).
Sourcepub unsafe fn insert_iterator_q_opengl_debug_message(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_q_opengl_debug_message( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QOpenGLDebugMessage>::iterator QList<QOpenGLDebugMessage>::insert(QList<QOpenGLDebugMessage>::iterator before, const QOpenGLDebugMessage& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QOpenGLDebugMessage>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QOpenGLDebugMessage>::isEmpty() const.
Calls C++ function: bool QList<QOpenGLDebugMessage>::isSharedWith(const QList<QOpenGLDebugMessage>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn last_mut(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::last().
Sourcepub unsafe fn last(&self) -> Ref<QOpenGLDebugMessage>
pub unsafe fn last(&self) -> Ref<QOpenGLDebugMessage>
Calls C++ function: const QOpenGLDebugMessage& QList<QOpenGLDebugMessage>::last() const.
Sourcepub unsafe fn last_index_of_2a(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::lastIndexOf(const QOpenGLDebugMessage& t, int from = …) const.
Sourcepub unsafe fn last_index_of_1a(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> c_int
pub unsafe fn last_index_of_1a( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::lastIndexOf(const QOpenGLDebugMessage& t) const.
Sourcepub unsafe fn length(&self) -> c_int
pub unsafe fn length(&self) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
length: c_int,
) -> CppBox<QListOfQOpenglDebugMessage>
pub unsafe fn mid_2a( &self, pos: c_int, length: c_int, ) -> CppBox<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage> QList<QOpenGLDebugMessage>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQOpenglDebugMessage>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage> QList<QOpenGLDebugMessage>::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 QList<QOpenGLDebugMessage>::move(int from, int to).
Sourcepub unsafe fn new() -> CppBox<QListOfQOpenglDebugMessage>
pub unsafe fn new() -> CppBox<QListOfQOpenglDebugMessage>
Calls C++ function: [constructor] void QList<QOpenGLDebugMessage>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfQOpenglDebugMessage>>,
) -> CppBox<QListOfQOpenglDebugMessage>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfQOpenglDebugMessage>>, ) -> CppBox<QListOfQOpenglDebugMessage>
Calls C++ function: [constructor] void QList<QOpenGLDebugMessage>::QList(const QList<QOpenGLDebugMessage>& l).
Sourcepub unsafe fn pop_front(&self)
pub unsafe fn pop_front(&self)
Calls C++ function: void QList<QOpenGLDebugMessage>::pop_front().
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<QOpenGLDebugMessage>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<QOpenGLDebugMessage>>)
Calls C++ function: void QList<QOpenGLDebugMessage>::prepend(const QOpenGLDebugMessage& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<QOpenGLDebugMessage>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<QOpenGLDebugMessage>>)
Calls C++ function: void QList<QOpenGLDebugMessage>::push_back(const QOpenGLDebugMessage& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<QOpenGLDebugMessage>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<QOpenGLDebugMessage>>)
Calls C++ function: void QList<QOpenGLDebugMessage>::push_front(const QOpenGLDebugMessage& t).
Sourcepub unsafe fn remove_all(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> c_int
pub unsafe fn remove_all( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::removeAll(const QOpenGLDebugMessage& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QList<QOpenGLDebugMessage>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QOpenGLDebugMessage>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<QOpenGLDebugMessage>::removeLast().
Sourcepub unsafe fn remove_one(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> bool
pub unsafe fn remove_one( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> bool
Calls C++ function: bool QList<QOpenGLDebugMessage>::removeOne(const QOpenGLDebugMessage& t).
Sourcepub unsafe fn replace(
&self,
i: c_int,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
)
pub unsafe fn replace( &self, i: c_int, t: impl CastInto<Ref<QOpenGLDebugMessage>>, )
Calls C++ function: void QList<QOpenGLDebugMessage>::replace(int i, const QOpenGLDebugMessage& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QList<QOpenGLDebugMessage>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QOpenGLDebugMessage>::setSharable(bool sharable).
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QList<QOpenGLDebugMessage>::size() const.
Sourcepub unsafe fn starts_with(
&self,
t: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> bool
pub unsafe fn starts_with( &self, t: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> bool
Calls C++ function: bool QList<QOpenGLDebugMessage>::startsWith(const QOpenGLDebugMessage& t) const.
Sourcepub unsafe fn swap_1a(
&self,
other: impl CastInto<Ref<QListOfQOpenglDebugMessage>>,
)
pub unsafe fn swap_1a( &self, other: impl CastInto<Ref<QListOfQOpenglDebugMessage>>, )
Calls C++ function: void QList<QOpenGLDebugMessage>::swap(QList<QOpenGLDebugMessage>& other).
Sourcepub unsafe fn swap_2a(&self, i: c_int, j: c_int)
pub unsafe fn swap_2a(&self, i: c_int, j: c_int)
Calls C++ function: void QList<QOpenGLDebugMessage>::swap(int i, int j).
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 QList<QOpenGLDebugMessage>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<QOpenGLDebugMessage>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage QList<QOpenGLDebugMessage>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<QOpenGLDebugMessage>
pub unsafe fn take_first(&self) -> CppBox<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage QList<QOpenGLDebugMessage>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<QOpenGLDebugMessage>
pub unsafe fn take_last(&self) -> CppBox<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage QList<QOpenGLDebugMessage>::takeLast().
Sourcepub unsafe fn value_1a(&self, i: c_int) -> CppBox<QOpenGLDebugMessage>
pub unsafe fn value_1a(&self, i: c_int) -> CppBox<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage QList<QOpenGLDebugMessage>::value(int i) const.
Sourcepub unsafe fn value_2a(
&self,
i: c_int,
default_value: impl CastInto<Ref<QOpenGLDebugMessage>>,
) -> CppBox<QOpenGLDebugMessage>
pub unsafe fn value_2a( &self, i: c_int, default_value: impl CastInto<Ref<QOpenGLDebugMessage>>, ) -> CppBox<QOpenGLDebugMessage>
Calls C++ function: QOpenGLDebugMessage QList<QOpenGLDebugMessage>::value(int i, const QOpenGLDebugMessage& defaultValue) const.
Trait Implementations§
Source§impl Add<Ref<QListOfQOpenglDebugMessage>> for &QListOfQOpenglDebugMessage
impl Add<Ref<QListOfQOpenglDebugMessage>> for &QListOfQOpenglDebugMessage
Source§fn add(
self,
l: Ref<QListOfQOpenglDebugMessage>,
) -> CppBox<QListOfQOpenglDebugMessage>
fn add( self, l: Ref<QListOfQOpenglDebugMessage>, ) -> CppBox<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage> QList<QOpenGLDebugMessage>::operator+(const QList<QOpenGLDebugMessage>& l) const.
Source§type Output = CppBox<QListOfQOpenglDebugMessage>
type Output = CppBox<QListOfQOpenglDebugMessage>
+ operator.Source§impl Begin for QListOfQOpenglDebugMessage
impl Begin for QListOfQOpenglDebugMessage
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl End for QListOfQOpenglDebugMessage
impl End for QListOfQOpenglDebugMessage
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QOpenGLDebugMessage>::const_iterator QList<QOpenGLDebugMessage>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfQOpenglDebugMessage
impl EndMut for QListOfQOpenglDebugMessage
Source§impl PartialEq<Ref<QListOfQOpenglDebugMessage>> for QListOfQOpenglDebugMessage
impl PartialEq<Ref<QListOfQOpenglDebugMessage>> for QListOfQOpenglDebugMessage
Source§impl Shl<Ref<QListOfQOpenglDebugMessage>> for &QListOfQOpenglDebugMessage
impl Shl<Ref<QListOfQOpenglDebugMessage>> for &QListOfQOpenglDebugMessage
Source§fn shl(
self,
l: Ref<QListOfQOpenglDebugMessage>,
) -> Ref<QListOfQOpenglDebugMessage>
fn shl( self, l: Ref<QListOfQOpenglDebugMessage>, ) -> Ref<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage>& QList<QOpenGLDebugMessage>::operator<<(const QList<QOpenGLDebugMessage>& l).
Source§type Output = Ref<QListOfQOpenglDebugMessage>
type Output = Ref<QListOfQOpenglDebugMessage>
<< operator.Source§impl Shl<Ref<QOpenGLDebugMessage>> for &QListOfQOpenglDebugMessage
impl Shl<Ref<QOpenGLDebugMessage>> for &QListOfQOpenglDebugMessage
Source§fn shl(self, t: Ref<QOpenGLDebugMessage>) -> Ref<QListOfQOpenglDebugMessage>
fn shl(self, t: Ref<QOpenGLDebugMessage>) -> Ref<QListOfQOpenglDebugMessage>
Calls C++ function: QList<QOpenGLDebugMessage>& QList<QOpenGLDebugMessage>::operator<<(const QOpenGLDebugMessage& t).
Source§type Output = Ref<QListOfQOpenglDebugMessage>
type Output = Ref<QListOfQOpenglDebugMessage>
<< operator.