[−][src]Struct phper_sys::_zend_module_entry
Fields
size: c_ushortzend_api: c_uintzend_debug: c_ucharzts: c_ucharini_entry: *const _zend_ini_entrydeps: *const _zend_module_depname: *const c_charfunctions: *const _zend_function_entrymodule_startup_func: Option<unsafe extern "C" fn(type_: c_int, module_number: c_int) -> c_int>module_shutdown_func: Option<unsafe extern "C" fn(type_: c_int, module_number: c_int) -> c_int>request_startup_func: Option<unsafe extern "C" fn(type_: c_int, module_number: c_int) -> c_int>request_shutdown_func: Option<unsafe extern "C" fn(type_: c_int, module_number: c_int) -> c_int>info_func: Option<unsafe extern "C" fn(zend_module: *mut zend_module_entry)>version: *const c_charglobals_size: usizeglobals_ptr: *mut c_voidglobals_ctor: Option<unsafe extern "C" fn(global: *mut c_void)>globals_dtor: Option<unsafe extern "C" fn(global: *mut c_void)>post_deactivate_func: Option<unsafe extern "C" fn() -> c_int>module_started: c_inttype_: c_ucharhandle: *mut c_voidmodule_number: c_intbuild_id: *const c_charTrait Implementations
impl Clone for _zend_module_entry[src]
fn clone(&self) -> _zend_module_entry[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _zend_module_entry[src]
impl Debug for _zend_module_entry[src]
Auto Trait Implementations
impl RefUnwindSafe for _zend_module_entry
impl !Send for _zend_module_entry
impl !Sync for _zend_module_entry
impl Unpin for _zend_module_entry
impl UnwindSafe for _zend_module_entry
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,