uiAttributedStringForEachAttributeFunc

Type Alias uiAttributedStringForEachAttributeFunc 

Source
pub type uiAttributedStringForEachAttributeFunc = Option<unsafe extern "C" fn(s: *const uiAttributedString, a: *const uiAttribute, start: usize, end: usize, data: *mut c_void) -> uiForEach>;

Aliased Type§

pub enum uiAttributedStringForEachAttributeFunc {
    None,
    Some(unsafe extern "C" fn(*const uiAttributedString, *const uiAttribute, usize, usize, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const uiAttributedString, *const uiAttribute, usize, usize, *mut c_void) -> u32)

Some value of type T.