pub type php_stream_notifier = _php_stream_notifier;
Aliased Type§
#[repr(C)]pub 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