Struct phper_sys::_zend_ini_entry_def
source · [−]#[repr(C)]pub struct _zend_ini_entry_def {
pub name: *const c_char,
pub on_modify: Option<unsafe extern "C" fn(entry: *mut zend_ini_entry, new_value: *mut zend_string, mh_arg1: *mut c_void, mh_arg2: *mut c_void, mh_arg3: *mut c_void, stage: c_int) -> c_int>,
pub mh_arg1: *mut c_void,
pub mh_arg2: *mut c_void,
pub mh_arg3: *mut c_void,
pub value: *const c_char,
pub displayer: Option<unsafe extern "C" fn(ini_entry: *mut zend_ini_entry, type_: c_int)>,
pub value_length: u32,
pub name_length: u16,
pub modifiable: u8,
}Fields
name: *const c_charon_modify: Option<unsafe extern "C" fn(entry: *mut zend_ini_entry, new_value: *mut zend_string, mh_arg1: *mut c_void, mh_arg2: *mut c_void, mh_arg3: *mut c_void, stage: c_int) -> c_int>mh_arg1: *mut c_voidmh_arg2: *mut c_voidmh_arg3: *mut c_voidvalue: *const c_chardisplayer: Option<unsafe extern "C" fn(ini_entry: *mut zend_ini_entry, type_: c_int)>value_length: u32name_length: u16modifiable: u8Trait Implementations
sourceimpl Clone for _zend_ini_entry_def
impl Clone for _zend_ini_entry_def
sourcefn clone(&self) -> _zend_ini_entry_def
fn clone(&self) -> _zend_ini_entry_def
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
sourceimpl Debug for _zend_ini_entry_def
impl Debug for _zend_ini_entry_def
impl Copy for _zend_ini_entry_def
Auto Trait Implementations
impl RefUnwindSafe for _zend_ini_entry_def
impl !Send for _zend_ini_entry_def
impl !Sync for _zend_ini_entry_def
impl Unpin for _zend_ini_entry_def
impl UnwindSafe for _zend_ini_entry_def
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