Struct phper_sys::_php_stream_filter_ops [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_filter_opsimpl !Send for _php_stream_filter_opsimpl !Sync for _php_stream_filter_opsimpl Unpin for _php_stream_filter_opsimpl UnwindSafe for _php_stream_filter_opsBlanket Implementations
Mutably borrows from an owned value. Read more