Struct phper_sys::_php_stream_wrapper_ops[][src]

#[repr(C)]
pub struct _php_stream_wrapper_ops { pub stream_opener: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, filename: *const c_char, mode: *const c_char, options: c_int, opened_path: *mut *mut zend_string, context: *mut php_stream_context) -> *mut php_stream>, pub stream_closer: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, stream: *mut php_stream) -> c_int>, pub stream_stat: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, stream: *mut php_stream, ssb: *mut php_stream_statbuf) -> c_int>, pub url_stat: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, flags: c_int, ssb: *mut php_stream_statbuf, context: *mut php_stream_context) -> c_int>, pub dir_opener: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, filename: *const c_char, mode: *const c_char, options: c_int, opened_path: *mut *mut zend_string, context: *mut php_stream_context) -> *mut php_stream>, pub label: *const c_char, pub unlink: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, options: c_int, context: *mut php_stream_context) -> c_int>, pub rename: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url_from: *const c_char, url_to: *const c_char, options: c_int, context: *mut php_stream_context) -> c_int>, pub stream_mkdir: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, mode: c_int, options: c_int, context: *mut php_stream_context) -> c_int>, pub stream_rmdir: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, options: c_int, context: *mut php_stream_context) -> c_int>, pub stream_metadata: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, options: c_int, value: *mut c_void, context: *mut php_stream_context) -> c_int>, }

Fields

stream_opener: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, filename: *const c_char, mode: *const c_char, options: c_int, opened_path: *mut *mut zend_string, context: *mut php_stream_context) -> *mut php_stream>stream_closer: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, stream: *mut php_stream) -> c_int>stream_stat: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, stream: *mut php_stream, ssb: *mut php_stream_statbuf) -> c_int>url_stat: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, flags: c_int, ssb: *mut php_stream_statbuf, context: *mut php_stream_context) -> c_int>dir_opener: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, filename: *const c_char, mode: *const c_char, options: c_int, opened_path: *mut *mut zend_string, context: *mut php_stream_context) -> *mut php_stream>label: *const c_charunlink: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, options: c_int, context: *mut php_stream_context) -> c_int>rename: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url_from: *const c_char, url_to: *const c_char, options: c_int, context: *mut php_stream_context) -> c_int>stream_mkdir: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, mode: c_int, options: c_int, context: *mut php_stream_context) -> c_int>stream_rmdir: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, options: c_int, context: *mut php_stream_context) -> c_int>stream_metadata: Option<unsafe extern "C" fn(wrapper: *mut php_stream_wrapper, url: *const c_char, options: c_int, value: *mut c_void, context: *mut php_stream_context) -> c_int>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.