Function rusteron_archive::bindings::aeron_image_constants
source ยท pub unsafe extern "C" fn aeron_image_constants(
image: *mut aeron_image_t,
constants: *mut aeron_image_constants_t,
) -> c_int
Expand description
Fill in a structure with the constants in use by a image.
@param image to get the constants for. @param constants structure to fill in with the constants @return 0 for success and -1 for error.