#[repr(C)]
pub struct RUDropEventFuncs { pub pos: extern "C" fn(self_c: *const RUBase) -> RUPoint, pub pos_f: extern "C" fn(self_c: *const RUBase) -> RUPointF, pub mouse_buttons: extern "C" fn(self_c: *const RUBase) -> u32, pub keyboard_modifiers: extern "C" fn(self_c: *const RUBase) -> u32, pub possible_actions: extern "C" fn(self_c: *const RUBase) -> u32, pub proposed_action: extern "C" fn(self_c: *const RUBase) -> u32, pub accept_proposed_action: extern "C" fn(self_c: *const RUBase), pub drop_action: extern "C" fn(self_c: *const RUBase) -> u32, pub set_drop_action: extern "C" fn(self_c: *const RUBase, action: u32), pub source: extern "C" fn(self_c: *const RUBase) -> RUObject, pub mime_data: extern "C" fn(self_c: *const RUBase) -> RUMimeData, }

Fields

pos: extern "C" fn(self_c: *const RUBase) -> RUPointpos_f: extern "C" fn(self_c: *const RUBase) -> RUPointFmouse_buttons: extern "C" fn(self_c: *const RUBase) -> u32keyboard_modifiers: extern "C" fn(self_c: *const RUBase) -> u32possible_actions: extern "C" fn(self_c: *const RUBase) -> u32proposed_action: extern "C" fn(self_c: *const RUBase) -> u32accept_proposed_action: extern "C" fn(self_c: *const RUBase)drop_action: extern "C" fn(self_c: *const RUBase) -> u32set_drop_action: extern "C" fn(self_c: *const RUBase, action: u32)source: extern "C" fn(self_c: *const RUBase) -> RUObjectmime_data: extern "C" fn(self_c: *const RUBase) -> RUMimeData

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.