Struct phper_sys::_zend_trait_precedence
source · #[repr(C)]pub struct _zend_trait_precedence {
pub trait_method: zend_trait_method_reference,
pub num_excludes: u32,
pub exclude_class_names: [*mut zend_string; 1],
}
Fields§
§trait_method: zend_trait_method_reference
§num_excludes: u32
§exclude_class_names: [*mut zend_string; 1]
Trait Implementations§
source§impl Clone for _zend_trait_precedence
impl Clone for _zend_trait_precedence
source§fn clone(&self) -> _zend_trait_precedence
fn clone(&self) -> _zend_trait_precedence
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