Type Alias libvnc_sys::rfb::HandleCursorPosProc

source ·
pub type HandleCursorPosProc = Option<unsafe extern "C" fn(client: *mut _rfbClient, x: c_int, y: c_int) -> rfbBool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.