Struct phper_sys::_php_stream_notifier [−][src]
#[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_funcdtor: Option<unsafe extern "C" fn(notifier: *mut php_stream_notifier)>ptr: zvalmask: c_intprogress: usizeprogress_max: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_notifierimpl !Send for _php_stream_notifierimpl !Sync for _php_stream_notifierimpl Unpin for _php_stream_notifierimpl UnwindSafe for _php_stream_notifierBlanket Implementations
Mutably borrows from an owned value. Read more