LV2UI_DescriptorFunction

Type Alias LV2UI_DescriptorFunction 

Source
pub type LV2UI_DescriptorFunction = Option<unsafe extern "C" fn(index: u32) -> *const LV2UI_Descriptor>;
Expand description

The type of the lv2ui_descriptor() function.

Aliased Type§

pub enum LV2UI_DescriptorFunction {
    None,
    Some(unsafe extern "C" fn(u32) -> *const LV2UI_Descriptor),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32) -> *const LV2UI_Descriptor)

Some value of type T.