Type Alias UTextAccess

pub type UTextAccess = Option<unsafe extern "system" fn(ut: *mut UText, nativeindex: i64, forward: i8) -> i8>;

Aliased Type§

pub enum UTextAccess {
    None,
    Some(unsafe extern "system" fn(*mut UText, i64, i8) -> i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut UText, i64, i8) -> i8)

Some value of type T.