Struct phper_sys::_zend_stream
source · #[repr(C)]pub struct _zend_stream {
pub handle: *mut c_void,
pub isatty: c_int,
pub reader: zend_stream_reader_t,
pub fsizer: zend_stream_fsizer_t,
pub closer: zend_stream_closer_t,
}Fields§
§handle: *mut c_void§isatty: c_int§reader: zend_stream_reader_t§fsizer: zend_stream_fsizer_t§closer: zend_stream_closer_tTrait Implementations§
source§impl Clone for _zend_stream
impl Clone for _zend_stream
source§fn clone(&self) -> _zend_stream
fn clone(&self) -> _zend_stream
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