Type Alias libvnc_sys::rfb::rfbSetTextChat
source · pub type rfbSetTextChat = Option<unsafe extern "C" fn(cl: *mut _rfbClientRec, length: c_int, string: *mut c_char)>;Expand description
Handle the textchat messages
Aliased Type§
enum rfbSetTextChat {
None,
Some(unsafe extern "C" fn(_: *mut _rfbClientRec, _: i32, _: *mut i8)),
}