Enum cxx_qt_lib::QVariantValue
source · [−]pub enum QVariantValue {
Show 22 variants
Unsupported,
Bool(bool),
F32(f32),
F64(f64),
I8(i8),
I16(i16),
I32(i32),
QColor(QColor),
QDate(QDate),
QDateTime(QDateTime),
QPoint(QPoint),
QPointF(QPointF),
QRect(QRect),
QRectF(QRectF),
QSize(QSize),
QSizeF(QSizeF),
QString(QString),
QTime(QTime),
QUrl(QUrl),
U8(u8),
U16(u16),
U32(u32),
}
Expand description
The Rust inner value of a QVariant
Variants
Unsupported
Bool(bool)
F32(f32)
F64(f64)
I8(i8)
I16(i16)
I32(i32)
QColor(QColor)
QDate(QDate)
QDateTime(QDateTime)
QPoint(QPoint)
QPointF(QPointF)
QRect(QRect)
QRectF(QRectF)
QSize(QSize)
QSizeF(QSizeF)
QString(QString)
QTime(QTime)
QUrl(QUrl)
U8(u8)
U16(u16)
U32(u32)
Auto Trait Implementations
impl RefUnwindSafe for QVariantValue
impl Send for QVariantValue
impl Sync for QVariantValue
impl Unpin for QVariantValue
impl UnwindSafe for QVariantValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more