Type Alias libvnc_sys::rfb::SoftCursorUnlockScreenProc

source ·
pub type SoftCursorUnlockScreenProc = Option<unsafe extern "C" fn(client: *mut _rfbClient)>;

Aliased Type§

enum SoftCursorUnlockScreenProc {
    None,
    Some(unsafe extern "C" fn(_: *mut _rfbClient)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _rfbClient))

Some value of type T.