[][src]Struct qt_core::QFactoryInterface

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

C++ class: QFactoryInterface.

Methods

impl QFactoryInterface[src]

pub unsafe fn copy_from(
    &self,
    other: impl CastInto<Ref<QFactoryInterface>>
) -> Ref<QFactoryInterface>
[src]

Calls C++ function: QFactoryInterface& QFactoryInterface::operator=(const QFactoryInterface& other).

pub unsafe fn keys(&self) -> CppBox<QStringList>[src]

Calls C++ function: pure virtual QStringList QFactoryInterface::keys() const.

Trait Implementations

impl CppDeletable for QFactoryInterface[src]

unsafe fn delete(&self)[src]

Calls C++ function: virtual [destructor] void QFactoryInterface::~QFactoryInterface().

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]

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

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

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

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.