Type Alias libvnc_sys::rfb::rfbGetKeyboardLedStateHookPtr

source ·
pub type rfbGetKeyboardLedStateHookPtr = Option<unsafe extern "C" fn(screen: *mut _rfbScreenInfo) -> c_int>;
Expand description

support the capability to view the caps/num/scroll states of the X server

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _rfbScreenInfo) -> i32)

Some value of type T.