Type Alias rust_icu_sys::UTextCopy

source ·
pub type UTextCopy = Option<unsafe extern "C" fn(ut: *mut UText, nativeStart: i64, nativeLimit: i64, nativeDest: i64, move_: UBool, status: *mut UErrorCode)>;

Aliased Type§

enum UTextCopy {
    None,
    Some(unsafe extern "C" fn(_: *mut UText, _: i64, _: i64, _: i64, _: i8, _: *mut UErrorCode)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut UText, _: i64, _: i64, _: i64, _: i8, _: *mut UErrorCode))

Some value of type T.