[]Struct qmetaobject::qttypes::QVariantList

#[repr(C)]
pub struct QVariantList { /* fields omitted */ }

Wrapper around QVariantList

Methods

impl QVariantList[src]

pub fn push(&mut self, value: QVariant)[src]

pub fn insert(&mut self, index: usize, element: QVariant)[src]

pub fn remove(&mut self, index: usize) -> QVariant[src]

pub fn len(&self) -> usize[src]

pub fn is_empty(&self) -> bool[src]

Trait Implementations

impl QMetaType for QVariantList[src]

impl Drop for QVariantList

impl From<QVariantList> for QVariant[src]

impl<'a> IntoIterator for &'a QVariantList[src]

type Item = &'a QVariant

The type of the elements being iterated over.

type IntoIter = QVariantListIterator<'a>

Which kind of iterator are we turning this into?

impl Clone for QVariantList

impl Default for QVariantList

impl Index<usize> for QVariantList[src]

type Output = QVariant

The returned type after indexing.

impl IndexMut<usize> for QVariantList[src]

impl<T> FromIterator<T> for QVariantList where
    T: Into<QVariant>, 
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> QMetaType for T where
    T: QGadget + Clone + Default + 'static, 
[src]

impl<T> PropertyType for T where
    T: QMetaType
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]