Struct phper_sys::_zend_mm_handlers
source · [−]#[repr(C)]pub struct _zend_mm_handlers {
pub chunk_alloc: zend_mm_chunk_alloc_t,
pub chunk_free: zend_mm_chunk_free_t,
pub chunk_truncate: zend_mm_chunk_truncate_t,
pub chunk_extend: zend_mm_chunk_extend_t,
}
Fields
chunk_alloc: zend_mm_chunk_alloc_t
chunk_free: zend_mm_chunk_free_t
chunk_truncate: zend_mm_chunk_truncate_t
chunk_extend: zend_mm_chunk_extend_t
Trait Implementations
sourceimpl Clone for _zend_mm_handlers
impl Clone for _zend_mm_handlers
sourcefn clone(&self) -> _zend_mm_handlers
fn clone(&self) -> _zend_mm_handlers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _zend_mm_handlers
impl Debug for _zend_mm_handlers
impl Copy for _zend_mm_handlers
Auto Trait Implementations
impl RefUnwindSafe for _zend_mm_handlers
impl Send for _zend_mm_handlers
impl Sync for _zend_mm_handlers
impl Unpin for _zend_mm_handlers
impl UnwindSafe for _zend_mm_handlers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more