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_handlersdata: *mut c_voidTrait Implementations
sourceimpl Clone for _zend_mm_storage
impl Clone for _zend_mm_storage
sourcefn clone(&self) -> _zend_mm_storage
fn clone(&self) -> _zend_mm_storage
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_storage
impl Debug for _zend_mm_storage
impl Copy for _zend_mm_storage
Auto Trait Implementations
impl RefUnwindSafe for _zend_mm_storage
impl !Send for _zend_mm_storage
impl !Sync for _zend_mm_storage
impl Unpin for _zend_mm_storage
impl UnwindSafe for _zend_mm_storage
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