Union phper_sys::_zend_file_handle__bindgen_ty_1 [−][src]
#[repr(C)]
pub union _zend_file_handle__bindgen_ty_1 {
pub fp: *mut FILE,
pub stream: zend_stream,
// some fields omitted
}Fields
fp: *mut FILEstream: zend_streamTrait Implementations
Auto Trait Implementations
impl !Send for _zend_file_handle__bindgen_ty_1impl !Sync for _zend_file_handle__bindgen_ty_1impl Unpin for _zend_file_handle__bindgen_ty_1Blanket Implementations
Mutably borrows from an owned value. Read more