Skip to main content

IdaxDebuggerBreakpointChangedCallback

Type Alias IdaxDebuggerBreakpointChangedCallback 

Source
pub type IdaxDebuggerBreakpointChangedCallback = Option<unsafe extern "C" fn(context: *mut c_void, change: c_int, address: u64)>;

Aliased Type§

pub enum IdaxDebuggerBreakpointChangedCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.