pub type zend_stream = _zend_stream;
Aliased Type§
#[repr(C)]pub struct zend_stream {
pub handle: *mut c_void,
pub isatty: i32,
pub mmap: _zend_mmap,
pub reader: Option<unsafe extern "C" fn(*mut c_void, *mut i8, u64) -> u64>,
pub fsizer: Option<unsafe extern "C" fn(*mut c_void) -> u64>,
pub closer: Option<unsafe extern "C" fn(*mut c_void)>,
}
Fields§
§handle: *mut c_void
§isatty: i32
§mmap: _zend_mmap
§reader: Option<unsafe extern "C" fn(*mut c_void, *mut i8, u64) -> u64>
§fsizer: Option<unsafe extern "C" fn(*mut c_void) -> u64>
§closer: Option<unsafe extern "C" fn(*mut c_void)>