[][src]Struct qt_core::q_meta_object::Call

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

C++ enum: QMetaObject::Call.

Methods

impl Call[src]

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

impl Call[src]

pub const InvokeMetaMethod: Call[src]

C++ enum variant: InvokeMetaMethod = 0

pub const ReadProperty: Call[src]

C++ enum variant: ReadProperty = 1

pub const WriteProperty: Call[src]

C++ enum variant: WriteProperty = 2

pub const ResetProperty: Call[src]

C++ enum variant: ResetProperty = 3

pub const QueryPropertyDesignable: Call[src]

C++ enum variant: QueryPropertyDesignable = 4

pub const QueryPropertyScriptable: Call[src]

C++ enum variant: QueryPropertyScriptable = 5

pub const QueryPropertyStored: Call[src]

C++ enum variant: QueryPropertyStored = 6

pub const QueryPropertyEditable: Call[src]

C++ enum variant: QueryPropertyEditable = 7

pub const QueryPropertyUser: Call[src]

C++ enum variant: QueryPropertyUser = 8

pub const CreateInstance: Call[src]

C++ enum variant: CreateInstance = 9

pub const IndexOfMethod: Call[src]

C++ enum variant: IndexOfMethod = 10

pub const RegisterPropertyMetaType: Call[src]

C++ enum variant: RegisterPropertyMetaType = 11

pub const RegisterMethodArgumentMetaType: Call[src]

C++ enum variant: RegisterMethodArgumentMetaType = 12

Trait Implementations

impl From<i32> for Call[src]

impl From<Call> for c_int[src]

impl Clone for Call[src]

impl Copy for Call[src]

impl Eq for Call[src]

impl PartialEq<Call> for Call[src]

impl Debug for Call[src]

Auto Trait Implementations

impl Send for Call

impl Sync for Call

impl Unpin for Call

impl UnwindSafe for Call

impl RefUnwindSafe for Call

Blanket Implementations

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

impl<T> From<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.

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

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

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

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

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