#[repr(C)]pub struct QDict {
pub base: QObject,
pub size: u64,
pub table: [QDict__bindgen_ty_1; 512],
}Fields§
§base: QObject§size: u64§table: [QDict__bindgen_ty_1; 512]Trait Implementations§
Auto Trait Implementations§
impl Freeze for QDict
impl RefUnwindSafe for QDict
impl !Send for QDict
impl !Sync for QDict
impl Unpin for QDict
impl UnwindSafe for QDict
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