Type Alias rust_icu_sys::UTextClone

source ·
pub type UTextClone = Option<unsafe extern "C" fn(dest: *mut UText, src: *const UText, deep: UBool, status: *mut UErrorCode) -> *mut UText>;

Aliased Type§

enum UTextClone {
    None,
    Some(unsafe extern "C" fn(_: *mut UText, _: *const UText, _: i8, _: *mut UErrorCode) -> *mut UText),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.