Type Alias SmcErrorHandler

Source
pub type SmcErrorHandler = Option<unsafe extern "C" fn(arg1: SmcConn, arg2: c_int, arg3: c_int, arg4: c_ulong, arg5: c_int, arg6: c_int, arg7: SmPointer)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.