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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.