[][src]Struct qt_qml::q_j_s_value::SpecialValue

#[repr(transparent)]pub struct SpecialValue(_);

This enum is used to specify a single-valued type.

C++ enum: QJSValue::SpecialValue.

C++ documentation:

This enum is used to specify a single-valued type.

Methods

impl SpecialValue[src]

pub fn to_int(&self) -> c_int[src]

impl SpecialValue[src]

pub const NullValue: SpecialValue[src]

A null value. (C++ enum variant: NullValue = 0)

pub const UndefinedValue: SpecialValue[src]

An undefined value. (C++ enum variant: UndefinedValue = 1)

Trait Implementations

impl Clone for SpecialValue[src]

impl Copy for SpecialValue[src]

impl Debug for SpecialValue[src]

impl Eq for SpecialValue[src]

impl From<SpecialValue> for c_int[src]

impl From<i32> for SpecialValue[src]

impl PartialEq<SpecialValue> for SpecialValue[src]

impl StructuralEq for SpecialValue[src]

impl StructuralPartialEq for SpecialValue[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.