Struct phper_sys::_php_stream_notifier
source · #[repr(C)]pub struct _php_stream_notifier {
pub func: php_stream_notification_func,
pub dtor: Option<unsafe extern "C" fn(notifier: *mut php_stream_notifier)>,
pub ptr: zval,
pub mask: c_int,
pub progress: usize,
pub progress_max: usize,
}Fields§
§func: php_stream_notification_func§dtor: Option<unsafe extern "C" fn(notifier: *mut php_stream_notifier)>§ptr: zval§mask: c_int§progress: usize§progress_max: usizeTrait Implementations§
source§impl Clone for _php_stream_notifier
impl Clone for _php_stream_notifier
source§fn clone(&self) -> _php_stream_notifier
fn clone(&self) -> _php_stream_notifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more