Struct phper_sys::_zend_mm_storage [−][src]
#[repr(C)]pub struct _zend_mm_storage { pub handlers: zend_mm_handlers, pub data: *mut c_void, }
Fields
handlers: zend_mm_handlersdata: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_mm_storageimpl !Send for _zend_mm_storageimpl !Sync for _zend_mm_storageimpl Unpin for _zend_mm_storageimpl UnwindSafe for _zend_mm_storageBlanket Implementations
Mutably borrows from an owned value. Read more