Struct phper_sys::_php_stream_filter_ops
source · #[repr(C)]pub struct _php_stream_filter_ops {
pub filter: Option<unsafe extern "C" fn(stream: *mut php_stream, thisfilter: *mut php_stream_filter, buckets_in: *mut php_stream_bucket_brigade, buckets_out: *mut php_stream_bucket_brigade, bytes_consumed: *mut usize, flags: c_int) -> php_stream_filter_status_t>,
pub dtor: Option<unsafe extern "C" fn(thisfilter: *mut php_stream_filter)>,
pub label: *const c_char,
}Fields§
§filter: Option<unsafe extern "C" fn(stream: *mut php_stream, thisfilter: *mut php_stream_filter, buckets_in: *mut php_stream_bucket_brigade, buckets_out: *mut php_stream_bucket_brigade, bytes_consumed: *mut usize, flags: c_int) -> php_stream_filter_status_t>§dtor: Option<unsafe extern "C" fn(thisfilter: *mut php_stream_filter)>§label: *const c_charTrait Implementations§
source§impl Clone for _php_stream_filter_ops
impl Clone for _php_stream_filter_ops
source§fn clone(&self) -> _php_stream_filter_ops
fn clone(&self) -> _php_stream_filter_ops
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