Type Alias phper_sys::php_stream_wrapper

source ·
pub type php_stream_wrapper = _php_stream_wrapper;

Aliased Type§

struct php_stream_wrapper {
    pub wops: *const _php_stream_wrapper_ops,
    pub abstract_: *mut c_void,
    pub is_url: i32,
}

Fields§

§wops: *const _php_stream_wrapper_ops§abstract_: *mut c_void§is_url: i32

Trait Implementations

source§

impl Debug for _php_stream_wrapper

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Clone for _php_stream_wrapper

source§

fn clone(&self) -> _php_stream_wrapper

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _php_stream_wrapper

source§

impl Default for _php_stream_wrapper

source§

fn default() -> Self

Returns the “default value” for a type. Read more