#[repr(C)]pub struct _php_stream_xport_param__bindgen_ty_2 {
pub name: *mut c_char,
pub namelen: usize,
pub timeout: *mut timeval,
pub addr: *mut sockaddr,
pub buf: *mut c_char,
pub buflen: usize,
pub addrlen: socklen_t,
pub backlog: c_int,
pub flags: c_int,
}Fields§
§name: *mut c_char§namelen: usize§timeout: *mut timeval§addr: *mut sockaddr§buf: *mut c_char§buflen: usize§addrlen: socklen_t§backlog: c_int§flags: c_intTrait Implementations§
source§impl Clone for _php_stream_xport_param__bindgen_ty_2
impl Clone for _php_stream_xport_param__bindgen_ty_2
source§fn clone(&self) -> _php_stream_xport_param__bindgen_ty_2
fn clone(&self) -> _php_stream_xport_param__bindgen_ty_2
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