Struct phper_sys::_php_stream_filter
source · #[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_ops§abstract_: zval§next: *mut php_stream_filter§prev: *mut php_stream_filter§is_persistent: c_int§chain: *mut php_stream_filter_chain§buffer: php_stream_bucket_brigade§res: *mut zend_resourceTrait Implementations§
source§impl Clone for _php_stream_filter
impl Clone for _php_stream_filter
source§fn clone(&self) -> _php_stream_filter
fn clone(&self) -> _php_stream_filter
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