pub type zend_stream = _zend_stream;
Aliased Type§
#[repr(C)]pub struct zend_stream {
pub handle: *mut c_void,
pub isatty: i32,
pub reader: Option<unsafe extern "C" fn(*mut c_void, *mut i8, u64) -> i64>,
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
§reader: Option<unsafe extern "C" fn(*mut c_void, *mut i8, u64) -> i64>
§fsizer: Option<unsafe extern "C" fn(*mut c_void) -> u64>
§closer: Option<unsafe extern "C" fn(*mut c_void)>