pub struct QUnhandledException { /* private fields */ }Expand description
C++ class: QUnhandledException.
Implementations§
Source§impl QUnhandledException
impl QUnhandledException
Sourcepub unsafe fn clone(&self) -> Ptr<QUnhandledException>
pub unsafe fn clone(&self) -> Ptr<QUnhandledException>
Calls C++ function: virtual QUnhandledException* QUnhandledException::clone() const.
Sourcepub unsafe fn copy_from(
&self,
other: impl CastInto<Ref<QUnhandledException>>,
) -> Ref<QUnhandledException>
pub unsafe fn copy_from( &self, other: impl CastInto<Ref<QUnhandledException>>, ) -> Ref<QUnhandledException>
Calls C++ function: QUnhandledException& QUnhandledException::operator=(const QUnhandledException& other).
Sourcepub unsafe fn new() -> CppBox<QUnhandledException>
pub unsafe fn new() -> CppBox<QUnhandledException>
Calls C++ function: [constructor] void QUnhandledException::QUnhandledException().
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<QUnhandledException>>,
) -> CppBox<QUnhandledException>
pub unsafe fn new_copy( other: impl CastInto<Ref<QUnhandledException>>, ) -> CppBox<QUnhandledException>
Calls C++ function: [constructor] void QUnhandledException::QUnhandledException(const QUnhandledException& other).
Methods from Deref<Target = QException>§
Sourcepub unsafe fn clone(&self) -> Ptr<QException>
pub unsafe fn clone(&self) -> Ptr<QException>
Calls C++ function: virtual QException* QException::clone() const.
Sourcepub unsafe fn copy_from(
&self,
other: impl CastInto<Ref<QException>>,
) -> Ref<QException>
pub unsafe fn copy_from( &self, other: impl CastInto<Ref<QException>>, ) -> Ref<QException>
Calls C++ function: QException& QException::operator=(const QException& other).
Trait Implementations§
Source§impl CppDeletable for QUnhandledException
impl CppDeletable for QUnhandledException
Source§impl Deref for QUnhandledException
impl Deref for QUnhandledException
Source§fn deref(&self) -> &QException
fn deref(&self) -> &QException
Calls C++ function: QException* static_cast<QException*>(QUnhandledException* ptr).
Source§type Target = QException
type Target = QException
Source§impl DynamicCast<QUnhandledException> for QException
impl DynamicCast<QUnhandledException> for QException
Source§unsafe fn dynamic_cast(ptr: Ptr<QException>) -> Ptr<QUnhandledException>
unsafe fn dynamic_cast(ptr: Ptr<QException>) -> Ptr<QUnhandledException>
Calls C++ function: QUnhandledException* dynamic_cast<QUnhandledException*>(QException* ptr).
Source§impl StaticDowncast<QUnhandledException> for QException
impl StaticDowncast<QUnhandledException> for QException
Source§unsafe fn static_downcast(ptr: Ptr<QException>) -> Ptr<QUnhandledException>
unsafe fn static_downcast(ptr: Ptr<QException>) -> Ptr<QUnhandledException>
Calls C++ function: QUnhandledException* static_cast<QUnhandledException*>(QException* ptr).
Source§impl StaticUpcast<QException> for QUnhandledException
impl StaticUpcast<QException> for QUnhandledException
Source§unsafe fn static_upcast(ptr: Ptr<QUnhandledException>) -> Ptr<QException>
unsafe fn static_upcast(ptr: Ptr<QUnhandledException>) -> Ptr<QException>
Calls C++ function: QException* static_cast<QException*>(QUnhandledException* ptr).