Struct ext_php_rs::bindings::_zend_module_dep [−][src]
#[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_charrel: *const c_charversion: *const c_chartype_: c_ucharTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_module_dep
impl !Send for _zend_module_dep
impl !Sync for _zend_module_dep
impl Unpin for _zend_module_dep
impl UnwindSafe for _zend_module_dep
Blanket Implementations
Mutably borrows from an owned value. Read more