#[repr(C)]
pub struct RUWheelEventFuncs {
Show 16 fields pub pixel_delta: extern "C" fn(self_c: *const RUBase) -> RUPoint, pub angle_delta: extern "C" fn(self_c: *const RUBase) -> RUPoint, pub delta: extern "C" fn(self_c: *const RUBase) -> i32, pub orientation: extern "C" fn(self_c: *const RUBase) -> u32, pub pos: extern "C" fn(self_c: *const RUBase) -> RUPoint, pub global_pos: extern "C" fn(self_c: *const RUBase) -> RUPoint, 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 pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointF, pub global_pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointF, pub buttons: extern "C" fn(self_c: *const RUBase) -> u32, pub phase: extern "C" fn(self_c: *const RUBase) -> u32, pub inverted: extern "C" fn(self_c: *const RUBase) -> bool, pub source: extern "C" fn(self_c: *const RUBase) -> u32,
}

Fields

pixel_delta: extern "C" fn(self_c: *const RUBase) -> RUPointangle_delta: extern "C" fn(self_c: *const RUBase) -> RUPointdelta: extern "C" fn(self_c: *const RUBase) -> i32orientation: extern "C" fn(self_c: *const RUBase) -> u32pos: extern "C" fn(self_c: *const RUBase) -> RUPointglobal_pos: extern "C" fn(self_c: *const RUBase) -> RUPointx: 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) -> i32pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointFglobal_pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointFbuttons: extern "C" fn(self_c: *const RUBase) -> u32phase: extern "C" fn(self_c: *const RUBase) -> u32inverted: extern "C" fn(self_c: *const RUBase) -> boolsource: extern "C" fn(self_c: *const RUBase) -> u32

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.