#[repr(C)]
pub struct RUButtonGroupFuncs {
Show 17 fields pub set_exclusive: extern "C" fn(self_c: *const RUBase, arg0: bool), pub exclusive: extern "C" fn(self_c: *const RUBase) -> bool, pub add_button: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, id: i32), pub remove_button: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase), pub checked_button: extern "C" fn(self_c: *const RUBase) -> RUAbstractButton, pub button: extern "C" fn(self_c: *const RUBase, id: i32) -> RUAbstractButton, pub set_id: extern "C" fn(self_c: *const RUBase, button: *const RUBase, id: i32), pub id: extern "C" fn(self_c: *const RUBase, button: *const RUBase) -> i32, pub checked_id: extern "C" fn(self_c: *const RUBase) -> i32, pub set_button_clicked_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void), pub set_button_clicked_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void), pub set_button_pressed_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void), pub set_button_pressed_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void), pub set_button_released_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void), pub set_button_released_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void), pub set_button_toggled_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void), pub set_button_toggled_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void),
}

Fields

set_exclusive: extern "C" fn(self_c: *const RUBase, arg0: bool)exclusive: extern "C" fn(self_c: *const RUBase) -> booladd_button: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, id: i32)remove_button: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase)checked_button: extern "C" fn(self_c: *const RUBase) -> RUAbstractButtonbutton: extern "C" fn(self_c: *const RUBase, id: i32) -> RUAbstractButtonset_id: extern "C" fn(self_c: *const RUBase, button: *const RUBase, id: i32)id: extern "C" fn(self_c: *const RUBase, button: *const RUBase) -> i32checked_id: extern "C" fn(self_c: *const RUBase) -> i32set_button_clicked_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)set_button_clicked_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)set_button_pressed_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)set_button_pressed_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)set_button_released_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)set_button_released_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)set_button_toggled_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)set_button_toggled_2_event: extern "C" fn(object: *const RUBase, user_data: *const c_void, trampoline_func: *const c_void, callback: *const c_void)

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.