#[repr(C)]pub struct _php_stream_filter_factory {
pub create_filter: Option<unsafe extern "C" fn(filtername: *const c_char, filterparams: *mut zval, persistent: c_int) -> *mut php_stream_filter>,
}
Fields§
§create_filter: Option<unsafe extern "C" fn(filtername: *const c_char, filterparams: *mut zval, persistent: c_int) -> *mut php_stream_filter>
Trait Implementations§
Source§impl Clone for _php_stream_filter_factory
impl Clone for _php_stream_filter_factory
Source§fn clone(&self) -> _php_stream_filter_factory
fn clone(&self) -> _php_stream_filter_factory
Returns a duplicate 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 moreSource§impl Debug for _php_stream_filter_factory
impl Debug for _php_stream_filter_factory
impl Copy for _php_stream_filter_factory
Auto Trait Implementations§
impl Freeze for _php_stream_filter_factory
impl RefUnwindSafe for _php_stream_filter_factory
impl Send for _php_stream_filter_factory
impl Sync for _php_stream_filter_factory
impl Unpin for _php_stream_filter_factory
impl UnwindSafe for _php_stream_filter_factory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more