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: size_t,
pub progress_max: size_t,
}
Fields
func: php_stream_notification_func
dtor: Option<unsafe extern "C" fn(notifier: *mut php_stream_notifier)>
ptr: zval
mask: c_int
progress: size_t
progress_max: size_t
Trait Implementations
sourceimpl Clone for _php_stream_notifier
impl Clone for _php_stream_notifier
sourcefn clone(&self) -> _php_stream_notifier
fn clone(&self) -> _php_stream_notifier
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for _php_stream_notifier
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_notifier
impl !Send for _php_stream_notifier
impl !Sync for _php_stream_notifier
impl Unpin for _php_stream_notifier
impl UnwindSafe for _php_stream_notifier
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more