Type Alias libvnc_sys::rfb::GotFillRectProc
source · pub type GotFillRectProc = Option<unsafe extern "C" fn(client: *mut _rfbClient, x: c_int, y: c_int, w: c_int, h: c_int, colour: u32)>;Aliased Type§
enum GotFillRectProc {
None,
Some(unsafe extern "C" fn(_: *mut _rfbClient, _: i32, _: i32, _: i32, _: i32, _: u32)),
}