Struct cxx_qt_gen::QObject
source · [−]pub struct QObject {
pub ident: Ident,
/* private fields */
}
Expand description
Describes all the properties of a QObject class
Fields
ident: Ident
The ident of the C++ class that represents the QObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QObject
impl !Send for QObject
impl !Sync for QObject
impl Unpin for QObject
impl UnwindSafe for QObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more