Type Alias SmcPropReplyProc

Source
pub type SmcPropReplyProc = Option<unsafe extern "C" fn(arg1: SmcConn, arg2: SmPointer, arg3: c_int, arg4: *mut *mut SmProp)>;

Aliased Type§

enum SmcPropReplyProc {
    None,
    Some(unsafe extern "C" fn(_: *mut _SmcConn, _: *mut c_void, _: i32, _: *mut *mut SmProp)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _SmcConn, _: *mut c_void, _: i32, _: *mut *mut SmProp))

Some value of type T.