dropdown_get_option_index

Function dropdown_get_option_index 

Source
pub unsafe fn dropdown_get_option_index(
    obj: *mut Object,
    option: *const c_char,
) -> Result<i32>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.