Struct phper_sys::_zend_mm_storage
source · #[repr(C)]pub struct _zend_mm_storage {
pub handlers: zend_mm_handlers,
pub data: *mut c_void,
}Fields§
§handlers: zend_mm_handlers§data: *mut c_voidTrait Implementations§
source§impl Clone for _zend_mm_storage
impl Clone for _zend_mm_storage
source§fn clone(&self) -> _zend_mm_storage
fn clone(&self) -> _zend_mm_storage
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