Type Alias classicube_sys::TextGroupWidget_Get

source ·
pub type TextGroupWidget_Get = Option<unsafe extern "C" fn(i: c_int) -> cc_string>;

Aliased Type§

enum TextGroupWidget_Get {
    None,
    Some(unsafe extern "C" fn(_: i32) -> cc_string_),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32) -> cc_string_)

Some value of type T.