Type Alias libvnc_sys::rfb::rfbGetExtDesktopScreenPtr
source · pub type rfbGetExtDesktopScreenPtr = Option<unsafe extern "C" fn(seqnumber: c_int, extDesktopScreen: *mut rfbExtDesktopScreen, cl: *mut _rfbClientRec) -> rfbBool>;Aliased Type§
enum rfbGetExtDesktopScreenPtr {
None,
Some(unsafe extern "C" fn(_: i32, _: *mut rfbExtDesktopScreen, _: *mut _rfbClientRec) -> i8),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: i32, _: *mut rfbExtDesktopScreen, _: *mut _rfbClientRec) -> i8)
Some value of type T.