kos_sys::dc::ubc

Type Alias ubc_break_func_t

Source
pub type ubc_break_func_t = Option<unsafe extern "C" fn(bp: *const ubc_breakpoint_t, ctx: *const irq_context_t, user_data: *mut c_void) -> bool>;

Aliased Type§

enum ubc_break_func_t {
    None,
    Some(unsafe extern "C" fn(_: *const ubc_breakpoint_t, _: *const irq_context_t, _: *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const ubc_breakpoint_t, _: *const irq_context_t, _: *mut c_void) -> bool)

Some value of type T.