[][src]Struct qt_qml::QQmlTypesExtensionInterface

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

C++ class: QQmlTypesExtensionInterface.

Methods

impl QQmlTypesExtensionInterface[src]

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

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

pub unsafe fn register_types(&self, uri: *const c_char)[src]

Calls C++ function: pure virtual void QQmlTypesExtensionInterface::registerTypes(const char* uri).

Trait Implementations

impl CppDeletable for QQmlTypesExtensionInterface[src]

unsafe fn delete(&self)[src]

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

impl DynamicCast<QQmlExtensionInterface> for QQmlTypesExtensionInterface[src]

unsafe fn dynamic_cast(
    ptr: Ptr<QQmlTypesExtensionInterface>
) -> Ptr<QQmlExtensionInterface>
[src]

Calls C++ function: QQmlExtensionInterface* dynamic_cast<QQmlExtensionInterface*>(QQmlTypesExtensionInterface* ptr).

impl DynamicCast<QQmlExtensionPlugin> for QQmlTypesExtensionInterface[src]

unsafe fn dynamic_cast(
    ptr: Ptr<QQmlTypesExtensionInterface>
) -> Ptr<QQmlExtensionPlugin>
[src]

Calls C++ function: QQmlExtensionPlugin* dynamic_cast<QQmlExtensionPlugin*>(QQmlTypesExtensionInterface* ptr).

impl StaticDowncast<QQmlExtensionInterface> for QQmlTypesExtensionInterface[src]

unsafe fn static_downcast(
    ptr: Ptr<QQmlTypesExtensionInterface>
) -> Ptr<QQmlExtensionInterface>
[src]

Calls C++ function: QQmlExtensionInterface* static_cast<QQmlExtensionInterface*>(QQmlTypesExtensionInterface* ptr).

impl StaticDowncast<QQmlExtensionPlugin> for QQmlTypesExtensionInterface[src]

unsafe fn static_downcast(
    ptr: Ptr<QQmlTypesExtensionInterface>
) -> Ptr<QQmlExtensionPlugin>
[src]

Calls C++ function: QQmlExtensionPlugin* static_cast<QQmlExtensionPlugin*>(QQmlTypesExtensionInterface* ptr).

impl StaticUpcast<QQmlTypesExtensionInterface> for QQmlExtensionInterface[src]

unsafe fn static_upcast(
    ptr: Ptr<QQmlExtensionInterface>
) -> Ptr<QQmlTypesExtensionInterface>
[src]

Calls C++ function: QQmlTypesExtensionInterface* static_cast<QQmlTypesExtensionInterface*>(QQmlExtensionInterface* ptr).

impl StaticUpcast<QQmlTypesExtensionInterface> for QQmlExtensionPlugin[src]

unsafe fn static_upcast(
    ptr: Ptr<QQmlExtensionPlugin>
) -> Ptr<QQmlTypesExtensionInterface>
[src]

Calls C++ function: QQmlTypesExtensionInterface* static_cast<QQmlTypesExtensionInterface*>(QQmlExtensionPlugin* ptr).

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.