#[repr(C)]pub struct _zend_file_handle {
pub handle: _zend_file_handle__bindgen_ty_1,
pub filename: *const c_char,
pub opened_path: *mut zend_string,
pub type_: zend_stream_type,
pub free_filename: zend_bool,
}
Fields§
§handle: _zend_file_handle__bindgen_ty_1
§filename: *const c_char
§opened_path: *mut zend_string
§type_: zend_stream_type
§free_filename: zend_bool
Trait Implementations§
Source§impl Clone for _zend_file_handle
impl Clone for _zend_file_handle
Source§fn clone(&self) -> _zend_file_handle
fn clone(&self) -> _zend_file_handle
Returns a duplicate 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 moreimpl Copy for _zend_file_handle
Auto Trait Implementations§
impl Freeze for _zend_file_handle
impl RefUnwindSafe for _zend_file_handle
impl !Send for _zend_file_handle
impl !Sync for _zend_file_handle
impl Unpin for _zend_file_handle
impl UnwindSafe for _zend_file_handle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more