Struct ext_php_rs::ffi::_zend_module_dep
source · #[repr(C)]pub struct _zend_module_dep {
pub name: *const c_char,
pub rel: *const c_char,
pub version: *const c_char,
pub type_: c_uchar,
}
Fields§
§name: *const c_char
§rel: *const c_char
§version: *const c_char
§type_: c_uchar
Trait Implementations§
source§impl Clone for _zend_module_dep
impl Clone for _zend_module_dep
source§fn clone(&self) -> _zend_module_dep
fn clone(&self) -> _zend_module_dep
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