#[repr(C)]
pub struct RUTabletEventFuncs {
Show 21 fields pub pos: extern "C" fn(self_c: *const RUBase) -> RUPoint, pub global_pos: extern "C" fn(self_c: *const RUBase) -> RUPoint, pub pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointF, pub global_pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointF, pub x: extern "C" fn(self_c: *const RUBase) -> i32, pub y: extern "C" fn(self_c: *const RUBase) -> i32, pub global_x: extern "C" fn(self_c: *const RUBase) -> i32, pub global_y: extern "C" fn(self_c: *const RUBase) -> i32, pub hi_res_global_x: extern "C" fn(self_c: *const RUBase) -> f32, pub hi_res_global_y: extern "C" fn(self_c: *const RUBase) -> f32, pub device: extern "C" fn(self_c: *const RUBase) -> i32, pub pointer_type: extern "C" fn(self_c: *const RUBase) -> i32, pub unique_id: extern "C" fn(self_c: *const RUBase) -> i64, pub pressure: extern "C" fn(self_c: *const RUBase) -> f32, pub z: extern "C" fn(self_c: *const RUBase) -> i32, pub tangential_pressure: extern "C" fn(self_c: *const RUBase) -> f32, pub rotation: extern "C" fn(self_c: *const RUBase) -> f32, pub x_tilt: extern "C" fn(self_c: *const RUBase) -> i32, pub y_tilt: extern "C" fn(self_c: *const RUBase) -> i32, pub button: extern "C" fn(self_c: *const RUBase) -> i32, pub buttons: extern "C" fn(self_c: *const RUBase) -> i32,
}

Fields

pos: extern "C" fn(self_c: *const RUBase) -> RUPointglobal_pos: extern "C" fn(self_c: *const RUBase) -> RUPointpos_f: extern "C" fn(self_c: *const RUBase) -> RUPointFglobal_pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointFx: extern "C" fn(self_c: *const RUBase) -> i32y: extern "C" fn(self_c: *const RUBase) -> i32global_x: extern "C" fn(self_c: *const RUBase) -> i32global_y: extern "C" fn(self_c: *const RUBase) -> i32hi_res_global_x: extern "C" fn(self_c: *const RUBase) -> f32hi_res_global_y: extern "C" fn(self_c: *const RUBase) -> f32device: extern "C" fn(self_c: *const RUBase) -> i32pointer_type: extern "C" fn(self_c: *const RUBase) -> i32unique_id: extern "C" fn(self_c: *const RUBase) -> i64pressure: extern "C" fn(self_c: *const RUBase) -> f32z: extern "C" fn(self_c: *const RUBase) -> i32tangential_pressure: extern "C" fn(self_c: *const RUBase) -> f32rotation: extern "C" fn(self_c: *const RUBase) -> f32x_tilt: extern "C" fn(self_c: *const RUBase) -> i32y_tilt: extern "C" fn(self_c: *const RUBase) -> i32button: extern "C" fn(self_c: *const RUBase) -> i32buttons: extern "C" fn(self_c: *const RUBase) -> i32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. 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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.