[][src]Struct qt_3d_core::QStaticPropertyValueRemovedChangeBase

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

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events

C++ class: Qt3DCore::QStaticPropertyValueRemovedChangeBase.

C++ documentation:

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events

Methods

impl QStaticPropertyValueRemovedChangeBase[src]

pub unsafe fn property_name(&self) -> *const c_char[src]

Returns name of the property.

Calls C++ function: const char* Qt3DCore::QStaticPropertyValueRemovedChangeBase::propertyName() const.

C++ documentation:

Returns name of the property.

See also setPropertyName().

pub unsafe fn set_property_name(&self, name: *const c_char)[src]

Sets the property change name.

Calls C++ function: void Qt3DCore::QStaticPropertyValueRemovedChangeBase::setPropertyName(const char* name).

C++ documentation:

Sets the property change name.

See also propertyName().

Trait Implementations

impl CppDeletable for QStaticPropertyValueRemovedChangeBase[src]

unsafe fn delete(&self)[src]

Destroys the instance of QStaticPropertyValueRemovedChangeBase.

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

C++ documentation:

Destroys the instance of QStaticPropertyValueRemovedChangeBase.

impl Deref for QStaticPropertyValueRemovedChangeBase[src]

type Target = QPropertyValueRemovedChangeBase

The resulting type after dereferencing.

fn deref(&self) -> &QPropertyValueRemovedChangeBase[src]

Calls C++ function: Qt3DCore::QPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QPropertyValueRemovedChangeBase*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

impl DynamicCast<QPropertyNodeRemovedChange> for QStaticPropertyValueRemovedChangeBase[src]

unsafe fn dynamic_cast(
    ptr: Ptr<QStaticPropertyValueRemovedChangeBase>
) -> Ptr<QPropertyNodeRemovedChange>
[src]

Calls C++ function: Qt3DCore::QPropertyNodeRemovedChange* dynamic_cast<Qt3DCore::QPropertyNodeRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

impl DynamicCast<QPropertyValueRemovedChange> for QStaticPropertyValueRemovedChangeBase[src]

unsafe fn dynamic_cast(
    ptr: Ptr<QStaticPropertyValueRemovedChangeBase>
) -> Ptr<QPropertyValueRemovedChange>
[src]

Calls C++ function: Qt3DCore::QPropertyValueRemovedChange* dynamic_cast<Qt3DCore::QPropertyValueRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

impl DynamicCast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChangeBase[src]

unsafe fn dynamic_cast(
    ptr: Ptr<QPropertyValueRemovedChangeBase>
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
[src]

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* dynamic_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyValueRemovedChangeBase* ptr).

impl DynamicCast<QStaticPropertyValueRemovedChangeBase> for QSceneChange[src]

unsafe fn dynamic_cast(
    ptr: Ptr<QSceneChange>
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
[src]

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* dynamic_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QSceneChange* ptr).

impl StaticDowncast<QPropertyNodeRemovedChange> for QStaticPropertyValueRemovedChangeBase[src]

unsafe fn static_downcast(
    ptr: Ptr<QStaticPropertyValueRemovedChangeBase>
) -> Ptr<QPropertyNodeRemovedChange>
[src]

Calls C++ function: Qt3DCore::QPropertyNodeRemovedChange* static_cast<Qt3DCore::QPropertyNodeRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

impl StaticDowncast<QPropertyValueRemovedChange> for QStaticPropertyValueRemovedChangeBase[src]

unsafe fn static_downcast(
    ptr: Ptr<QStaticPropertyValueRemovedChangeBase>
) -> Ptr<QPropertyValueRemovedChange>
[src]

Calls C++ function: Qt3DCore::QPropertyValueRemovedChange* static_cast<Qt3DCore::QPropertyValueRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

impl StaticDowncast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChangeBase[src]

unsafe fn static_downcast(
    ptr: Ptr<QPropertyValueRemovedChangeBase>
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
[src]

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyValueRemovedChangeBase* ptr).

impl StaticDowncast<QStaticPropertyValueRemovedChangeBase> for QSceneChange[src]

unsafe fn static_downcast(
    ptr: Ptr<QSceneChange>
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
[src]

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QSceneChange* ptr).

impl StaticUpcast<QPropertyValueRemovedChangeBase> for QStaticPropertyValueRemovedChangeBase[src]

unsafe fn static_upcast(
    ptr: Ptr<QStaticPropertyValueRemovedChangeBase>
) -> Ptr<QPropertyValueRemovedChangeBase>
[src]

Calls C++ function: Qt3DCore::QPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QPropertyValueRemovedChangeBase*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

impl StaticUpcast<QSceneChange> for QStaticPropertyValueRemovedChangeBase[src]

unsafe fn static_upcast(
    ptr: Ptr<QStaticPropertyValueRemovedChangeBase>
) -> Ptr<QSceneChange>
[src]

Calls C++ function: Qt3DCore::QSceneChange* static_cast<Qt3DCore::QSceneChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

impl StaticUpcast<QStaticPropertyValueRemovedChangeBase> for QPropertyNodeRemovedChange[src]

unsafe fn static_upcast(
    ptr: Ptr<QPropertyNodeRemovedChange>
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
[src]

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyNodeRemovedChange* ptr).

impl StaticUpcast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChange[src]

unsafe fn static_upcast(
    ptr: Ptr<QPropertyValueRemovedChange>
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
[src]

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyValueRemovedChange* 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.