Struct phper_sys::_php_stream_filter [−][src]
#[repr(C)]pub struct _php_stream_filter { pub fops: *const php_stream_filter_ops, pub abstract_: zval, pub next: *mut php_stream_filter, pub prev: *mut php_stream_filter, pub is_persistent: c_int, pub chain: *mut php_stream_filter_chain, pub buffer: php_stream_bucket_brigade, pub res: *mut zend_resource, }
Fields
fops: *const php_stream_filter_opsabstract_: zvalnext: *mut php_stream_filterprev: *mut php_stream_filteris_persistent: c_intchain: *mut php_stream_filter_chainbuffer: php_stream_bucket_brigaderes: *mut zend_resourceTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_filterimpl !Send for _php_stream_filterimpl !Sync for _php_stream_filterimpl Unpin for _php_stream_filterimpl UnwindSafe for _php_stream_filterBlanket Implementations
Mutably borrows from an owned value. Read more