#[repr(C)]pub struct _php_stream_xport_param__bindgen_ty_3 {
pub client: *mut php_stream,
pub addr: *mut sockaddr,
pub addrlen: socklen_t,
pub textaddr: *mut zend_string,
pub error_text: *mut zend_string,
pub returncode: c_int,
pub error_code: c_int,
}
Fields§
§client: *mut php_stream
§addr: *mut sockaddr
§addrlen: socklen_t
§textaddr: *mut zend_string
§error_text: *mut zend_string
§returncode: c_int
§error_code: c_int
Trait Implementations§
source§impl Clone for _php_stream_xport_param__bindgen_ty_3
impl Clone for _php_stream_xport_param__bindgen_ty_3
source§fn clone(&self) -> _php_stream_xport_param__bindgen_ty_3
fn clone(&self) -> _php_stream_xport_param__bindgen_ty_3
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