#[repr(C)]
pub struct RUListWidgetItemFuncs {
Show 16 fields pub destroy: extern "C" fn(self_c: *const RUBase), pub list_widget: extern "C" fn(self_c: *const RUBase) -> RUListWidget, pub set_selected: extern "C" fn(self_c: *const RUBase, select: bool), pub is_selected: extern "C" fn(self_c: *const RUBase) -> bool, pub set_hidden: extern "C" fn(self_c: *const RUBase, hide: bool), pub is_hidden: extern "C" fn(self_c: *const RUBase) -> bool, pub text: extern "C" fn(self_c: *const RUBase) -> *const c_char, pub set_text: extern "C" fn(self_c: *const RUBase, text: *const c_char), pub status_tip: extern "C" fn(self_c: *const RUBase) -> *const c_char, pub set_status_tip: extern "C" fn(self_c: *const RUBase, status_tip: *const c_char), pub tool_tip: extern "C" fn(self_c: *const RUBase) -> *const c_char, pub set_tool_tip: extern "C" fn(self_c: *const RUBase, tool_tip: *const c_char), pub whats_this: extern "C" fn(self_c: *const RUBase) -> *const c_char, pub set_whats_this: extern "C" fn(self_c: *const RUBase, whats_this: *const c_char), pub text_alignment: extern "C" fn(self_c: *const RUBase) -> i32, pub set_text_alignment: extern "C" fn(self_c: *const RUBase, alignment: i32),
}

Fields

destroy: extern "C" fn(self_c: *const RUBase)list_widget: extern "C" fn(self_c: *const RUBase) -> RUListWidgetset_selected: extern "C" fn(self_c: *const RUBase, select: bool)is_selected: extern "C" fn(self_c: *const RUBase) -> boolset_hidden: extern "C" fn(self_c: *const RUBase, hide: bool)is_hidden: extern "C" fn(self_c: *const RUBase) -> booltext: extern "C" fn(self_c: *const RUBase) -> *const c_charset_text: extern "C" fn(self_c: *const RUBase, text: *const c_char)status_tip: extern "C" fn(self_c: *const RUBase) -> *const c_charset_status_tip: extern "C" fn(self_c: *const RUBase, status_tip: *const c_char)tool_tip: extern "C" fn(self_c: *const RUBase) -> *const c_charset_tool_tip: extern "C" fn(self_c: *const RUBase, tool_tip: *const c_char)whats_this: extern "C" fn(self_c: *const RUBase) -> *const c_charset_whats_this: extern "C" fn(self_c: *const RUBase, whats_this: *const c_char)text_alignment: extern "C" fn(self_c: *const RUBase) -> i32set_text_alignment: extern "C" fn(self_c: *const RUBase, alignment: 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.