Struct phper_sys::_php_stream_xport_param__bindgen_ty_2 [−][src]
#[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_charnamelen: usizetimeout: *mut timevaladdr: *mut sockaddrbuf: *mut c_charbuflen: usizeaddrlen: socklen_tbacklog: c_intflags: c_intTrait Implementations
Auto Trait Implementations
impl !Send for _php_stream_xport_param__bindgen_ty_2impl !Sync for _php_stream_xport_param__bindgen_ty_2Blanket Implementations
Mutably borrows from an owned value. Read more