[][src]Struct qt_3d_logic::QLogicAspect

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

Responsible for handling frame synchronization jobs.

C++ class: Qt3DLogic::QLogicAspect.

C++ documentation:

Responsible for handling frame synchronization jobs.

Methods

impl QLogicAspect[src]

pub unsafe fn meta_object(&self) -> Ptr<QMetaObject>[src]

Calls C++ function: virtual const QMetaObject* Qt3DLogic::QLogicAspect::metaObject() const.

pub unsafe fn new_1a(parent: impl CastInto<Ptr<QObject>>) -> QBox<QLogicAspect>[src]

Constructs a new Qt3DLogic::QLogicAspect instance with parent.

Calls C++ function: [constructor] void Qt3DLogic::QLogicAspect::QLogicAspect(QObject* parent = …).

C++ documentation:

Constructs a new Qt3DLogic::QLogicAspect instance with parent.

pub unsafe fn new_0a() -> QBox<QLogicAspect>[src]

Responsible for handling frame synchronization jobs.

Calls C++ function: [constructor] void Qt3DLogic::QLogicAspect::QLogicAspect().

C++ documentation:

Responsible for handling frame synchronization jobs.

pub unsafe fn qt_metacall(
    &self,
    arg1: Call,
    arg2: c_int,
    arg3: *mut *mut c_void
) -> c_int
[src]

Calls C++ function: virtual int Qt3DLogic::QLogicAspect::qt_metacall(QMetaObject::Call arg1, int arg2, void** arg3).

pub unsafe fn qt_metacast(&self, arg1: *const c_char) -> *mut c_void[src]

Calls C++ function: virtual void* Qt3DLogic::QLogicAspect::qt_metacast(const char* arg1).

pub unsafe fn static_meta_object() -> Ref<QMetaObject>[src]

Returns a reference to the staticMetaObject field.

pub unsafe fn tr(
    s: *const c_char,
    c: *const c_char,
    n: c_int
) -> CppBox<QString>
[src]

Calls C++ function: static QString Qt3DLogic::QLogicAspect::tr(const char* s, const char* c, int n).

pub unsafe fn tr_utf8(
    s: *const c_char,
    c: *const c_char,
    n: c_int
) -> CppBox<QString>
[src]

Calls C++ function: static QString Qt3DLogic::QLogicAspect::trUtf8(const char* s, const char* c, int n).

Methods from Deref<Target = QAbstractAspect>

pub unsafe fn meta_object(&self) -> Ptr<QMetaObject>[src]

Calls C++ function: virtual const QMetaObject* Qt3DCore::QAbstractAspect::metaObject() const.

pub unsafe fn qt_metacall(
    &self,
    arg1: Call,
    arg2: i32,
    arg3: *mut *mut c_void
) -> i32
[src]

Calls C++ function: virtual int Qt3DCore::QAbstractAspect::qt_metacall(QMetaObject::Call arg1, int arg2, void** arg3).

pub unsafe fn qt_metacast(&self, arg1: *const i8) -> *mut c_void[src]

Calls C++ function: virtual void* Qt3DCore::QAbstractAspect::qt_metacast(const char* arg1).

Trait Implementations

impl CppDeletable for QLogicAspect[src]

unsafe fn delete(&self)[src]

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

impl Deref for QLogicAspect[src]

type Target = QAbstractAspect

The resulting type after dereferencing.

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

Calls C++ function: Qt3DCore::QAbstractAspect* static_cast<Qt3DCore::QAbstractAspect*>(Qt3DLogic::QLogicAspect* ptr).

impl DynamicCast<QLogicAspect> for QAbstractAspect[src]

unsafe fn dynamic_cast(ptr: Ptr<QAbstractAspect>) -> Ptr<QLogicAspect>[src]

Calls C++ function: Qt3DLogic::QLogicAspect* dynamic_cast<Qt3DLogic::QLogicAspect*>(Qt3DCore::QAbstractAspect* ptr).

impl DynamicCast<QLogicAspect> for QObject[src]

unsafe fn dynamic_cast(ptr: Ptr<QObject>) -> Ptr<QLogicAspect>[src]

Calls C++ function: Qt3DLogic::QLogicAspect* dynamic_cast<Qt3DLogic::QLogicAspect*>(QObject* ptr).

impl StaticDowncast<QLogicAspect> for QAbstractAspect[src]

unsafe fn static_downcast(ptr: Ptr<QAbstractAspect>) -> Ptr<QLogicAspect>[src]

Calls C++ function: Qt3DLogic::QLogicAspect* static_cast<Qt3DLogic::QLogicAspect*>(Qt3DCore::QAbstractAspect* ptr).

impl StaticDowncast<QLogicAspect> for QObject[src]

unsafe fn static_downcast(ptr: Ptr<QObject>) -> Ptr<QLogicAspect>[src]

Calls C++ function: Qt3DLogic::QLogicAspect* static_cast<Qt3DLogic::QLogicAspect*>(QObject* ptr).

impl StaticUpcast<QAbstractAspect> for QLogicAspect[src]

unsafe fn static_upcast(ptr: Ptr<QLogicAspect>) -> Ptr<QAbstractAspect>[src]

Calls C++ function: Qt3DCore::QAbstractAspect* static_cast<Qt3DCore::QAbstractAspect*>(Qt3DLogic::QLogicAspect* ptr).

impl StaticUpcast<QObject> for QLogicAspect[src]

unsafe fn static_upcast(ptr: Ptr<QLogicAspect>) -> Ptr<QObject>[src]

Calls C++ function: QObject* static_cast<QObject*>(Qt3DLogic::QLogicAspect* 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.