Type Alias libvnc_sys::rfb::UnlockWriteToTLSProc

source ·
pub type UnlockWriteToTLSProc = Option<unsafe extern "C" fn(client: *mut _rfbClient) -> rfbBool>;
Expand description

@deprecated

Aliased Type§

enum UnlockWriteToTLSProc {
    None,
    Some(unsafe extern "C" fn(_: *mut _rfbClient) -> i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.