Struct cxx_qt_lib::Variant [−][src]
#[repr(C)]pub struct Variant {
pub d: Box<VariantImpl>,
}
Fields
d: Box<VariantImpl>
Implementations
Trait Implementations
type Target = VariantImpl
type Target = VariantImpl
The resulting type after dereferencing.
A type-level representation of the type’s C++ namespace and type name. Read more
Either cxx::kind::Opaque
or cxx::kind::Trivial
. Read more