#[repr(C)]pub struct QDictEntry {
pub key: *mut c_char,
pub value: *mut QObject,
pub next: QDictEntry__bindgen_ty_1,
}
Fields§
§key: *mut c_char
§value: *mut QObject
§next: QDictEntry__bindgen_ty_1
Trait Implementations§
Source§impl Clone for QDictEntry
impl Clone for QDictEntry
Source§fn clone(&self) -> QDictEntry
fn clone(&self) -> QDictEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QDictEntry
impl Debug for QDictEntry
impl Copy for QDictEntry
Auto Trait Implementations§
impl Freeze for QDictEntry
impl RefUnwindSafe for QDictEntry
impl !Send for QDictEntry
impl !Sync for QDictEntry
impl Unpin for QDictEntry
impl UnwindSafe for QDictEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)