Struct phper_sys::_php_stream_xport_param__bindgen_ty_3 [−][src]
#[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_streamaddr: *mut sockaddraddrlen: socklen_ttextaddr: *mut zend_stringerror_text: *mut zend_stringreturncode: c_interror_code: c_intTrait Implementations
Auto Trait Implementations
impl !Send for _php_stream_xport_param__bindgen_ty_3impl !Sync for _php_stream_xport_param__bindgen_ty_3Blanket Implementations
Mutably borrows from an owned value. Read more