#[repr(C)]pub struct QAspectJob { /* private fields */ }
Expand description
The base class for jobs executed in an aspect
C++ class: Qt3DCore::QAspectJob
.
The base class for jobs executed in an aspect
Implementations§
Source§impl QAspectJob
impl QAspectJob
Trait Implementations§
Source§impl CppDeletable for QAspectJob
impl CppDeletable for QAspectJob
Auto Trait Implementations§
impl Freeze for QAspectJob
impl RefUnwindSafe for QAspectJob
impl Send for QAspectJob
impl Sync for QAspectJob
impl Unpin for QAspectJob
impl UnwindSafe for QAspectJob
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more