#[repr(C)]
pub union _zend_file_handle__bindgen_ty_1 {
pub fp: *mut FILE,
pub stream: zend_stream,
}Fields§
§fp:*mut FILE
§
stream:zend_stream
Trait Implementations§
source§impl Clone for _zend_file_handle__bindgen_ty_1
impl Clone for _zend_file_handle__bindgen_ty_1
source§fn clone(&self) -> _zend_file_handle__bindgen_ty_1
fn clone(&self) -> _zend_file_handle__bindgen_ty_1
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