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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _rfbClientRec, _: i32, _: *mut i8))

Some value of type T.