Struct phper_sys::_zend_file_handle
source · [−]#[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,
pub buf: *mut c_char,
pub len: size_t,
}
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
buf: *mut c_char
len: size_t
Trait Implementations
sourceimpl Clone for _zend_file_handle
impl Clone for _zend_file_handle
sourcefn clone(&self) -> _zend_file_handle
fn clone(&self) -> _zend_file_handle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for _zend_file_handle
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more