Type Alias libvnc_sys::rfb::GotJpegProc

source ·
pub type GotJpegProc = Option<unsafe extern "C" fn(client: *mut _rfbClient, buffer: *const u8, length: c_int, x: c_int, y: c_int, w: c_int, h: c_int) -> rfbBool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.