Type Alias libvnc_sys::rfb::rfbSetDesktopSizeHookPtr

source ·
pub type rfbSetDesktopSizeHookPtr = Option<unsafe extern "C" fn(width: c_int, height: c_int, numScreens: c_int, extDesktopScreens: *mut rfbExtDesktopScreen, cl: *mut _rfbClientRec) -> c_int>;

Aliased Type§

enum rfbSetDesktopSizeHookPtr {
    None,
    Some(unsafe extern "C" fn(_: i32, _: i32, _: i32, _: *mut rfbExtDesktopScreen, _: *mut _rfbClientRec) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.