Type Alias libvnc_sys::rfb::GotXCutTextProc

source ·
pub type GotXCutTextProc = Option<unsafe extern "C" fn(client: *mut _rfbClient, text: *const c_char, textlen: c_int)>;

Aliased Type§

enum GotXCutTextProc {
    None,
    Some(unsafe extern "C" fn(_: *mut _rfbClient, _: *const i8, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _rfbClient, _: *const i8, _: i32))

Some value of type T.