Struct phper_sys::_php_stream_wrapper
source · #[repr(C)]pub struct _php_stream_wrapper {
pub wops: *const php_stream_wrapper_ops,
pub abstract_: *mut c_void,
pub is_url: c_int,
}
Fields§
§wops: *const php_stream_wrapper_ops
§abstract_: *mut c_void
§is_url: c_int
Trait Implementations§
source§impl Clone for _php_stream_wrapper
impl Clone for _php_stream_wrapper
source§fn clone(&self) -> _php_stream_wrapper
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more