ULClipboardWritePlainTextCallback

Type Alias ULClipboardWritePlainTextCallback 

Source
pub type ULClipboardWritePlainTextCallback = Option<unsafe extern "C" fn(text: ULString)>;
Expand description

The callback invoked when the library wants to write to the system’s clipboard.

Aliased Type§

pub enum ULClipboardWritePlainTextCallback {
    None,
    Some(unsafe extern "C" fn(*mut C_String)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut C_String))

Some value of type T.