Function rusteron_media_driver::bindings::aeron_header_context

source ยท
pub unsafe extern "C" fn aeron_header_context(
    header: *mut aeron_header_t,
) -> *mut c_void
Expand description

Get a pointer to the context associated with this message. Only valid during poll handling. Is normally a pointer to an Image instance.

@return a pointer to the context associated with this message.