Struct cxx_qt_lib::QHashPair_i32_QByteArray
source · pub struct QHashPair_i32_QByteArray;
Trait Implementations§
source§impl ExternType for QHashPair_i32_QByteArray
impl ExternType for QHashPair_i32_QByteArray
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