#[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_resource

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.