#[repr(C)]
pub struct GestureClass(_);

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Corresponding Rust instance type for this class.
Get the type id for this class.
Casts this class to a reference to a parent type’s class.
Casts this class to a mutable reference to a parent type’s class.
Gets the class struct corresponding to type_. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.