pub type instrumentation_connection_interface_t = instrumentation_connection_interface;

Aliased Type§

struct instrumentation_connection_interface_t {
    pub enable: Option<unsafe extern "C" fn(_: *mut conf_object)>,
    pub disable: Option<unsafe extern "C" fn(_: *mut conf_object)>,
}

Fields§

§enable: Option<unsafe extern "C" fn(_: *mut conf_object)>§disable: Option<unsafe extern "C" fn(_: *mut conf_object)>