Type Alias libvnc_sys::rfb::GotBitmapProc

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.