pub struct QHashPair_i32_QByteArray;
Trait Implementations§
Source§impl QHashPair for QHashPair_i32_QByteArray
impl QHashPair for QHashPair_i32_QByteArray
type Key = i32
type Value = QByteArray
type TypeId = (Q, H, a, s, h, __, i, _3, _2, __, Q, B, y, t, e, A, r, r, a, y)
fn clear(hash: &mut QHash<Self>)
fn clone(hash: &QHash<Self>) -> QHash<Self>
fn contains(hash: &QHash<Self>, key: &i32) -> bool
fn default() -> QHash<Self>
fn drop(hash: &mut QHash<Self>)
fn get_or_default(hash: &QHash<Self>, key: &i32) -> QByteArray
Source§unsafe fn get_unchecked_value(hash: &QHash<Self>, pos: isize) -> &QByteArray
unsafe fn get_unchecked_value(hash: &QHash<Self>, pos: isize) -> &QByteArray
Safety Read more
fn insert(hash: &mut QHash<Self>, key: i32, value: QByteArray)
fn insert_clone(hash: &mut QHash<Self>, key: &i32, value: &QByteArray)
fn len(hash: &QHash<Self>) -> isize
fn remove(hash: &mut QHash<Self>, key: &i32) -> bool
Auto Trait Implementations§
impl Freeze for QHashPair_i32_QByteArray
impl RefUnwindSafe for QHashPair_i32_QByteArray
impl Send for QHashPair_i32_QByteArray
impl Sync for QHashPair_i32_QByteArray
impl Unpin for QHashPair_i32_QByteArray
impl UnwindSafe for QHashPair_i32_QByteArray
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