Struct phper_sys::zend_property_info_list
source · [−]#[repr(C)]pub struct zend_property_info_list {
pub num: size_t,
pub num_allocated: size_t,
pub ptr: [*mut _zend_property_info; 1],
}
Fields
num: size_t
num_allocated: size_t
ptr: [*mut _zend_property_info; 1]
Trait Implementations
sourceimpl Clone for zend_property_info_list
impl Clone for zend_property_info_list
sourcefn clone(&self) -> zend_property_info_list
fn clone(&self) -> zend_property_info_list
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_property_info_list
impl Debug for zend_property_info_list
impl Copy for zend_property_info_list
Auto Trait Implementations
impl RefUnwindSafe for zend_property_info_list
impl !Send for zend_property_info_list
impl !Sync for zend_property_info_list
impl Unpin for zend_property_info_list
impl UnwindSafe for zend_property_info_list
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