Type Alias phper_sys::php_stream_notifier
source · pub type php_stream_notifier = _php_stream_notifier;Aliased Type§
struct php_stream_notifier {
pub func: Option<unsafe extern "C" fn(_: *mut _php_stream_context, _: i32, _: i32, _: *mut i8, _: i32, _: usize, _: usize, _: *mut c_void)>,
pub dtor: Option<unsafe extern "C" fn(_: *mut _php_stream_notifier)>,
pub ptr: _zval_struct,
pub mask: i32,
pub progress: usize,
pub progress_max: usize,
}Fields§
§func: Option<unsafe extern "C" fn(_: *mut _php_stream_context, _: i32, _: i32, _: *mut i8, _: i32, _: usize, _: usize, _: *mut c_void)>§dtor: Option<unsafe extern "C" fn(_: *mut _php_stream_notifier)>§ptr: _zval_struct§mask: i32§progress: usize§progress_max: usize