Struct phper_sys::_php_stream_context [−][src]
#[repr(C)]pub struct _php_stream_context { pub notifier: *mut php_stream_notifier, pub options: zval, pub res: *mut zend_resource, }
Fields
notifier: *mut php_stream_notifieroptions: zvalres: *mut zend_resourceTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_contextimpl !Send for _php_stream_contextimpl !Sync for _php_stream_contextimpl Unpin for _php_stream_contextimpl UnwindSafe for _php_stream_contextBlanket Implementations
Mutably borrows from an owned value. Read more