Skip to main content

IdaxEventCommentChangedCallback

Type Alias IdaxEventCommentChangedCallback 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.