#[repr(C)]pub struct QObject {
pub type_: QType,
pub refcnt: size_t,
}Fields§
§type_: QType§refcnt: size_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for QObject
impl RefUnwindSafe for QObject
impl Send for QObject
impl Sync for QObject
impl Unpin for QObject
impl UnwindSafe for QObject
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