#[repr(C)]
pub union zend_property_info_source_list {
pub ptr: *mut _zend_property_info,
pub list: usize,
}Fields
ptr: *mut _zend_property_infolist: usizeTrait Implementations
sourceimpl Clone for zend_property_info_source_list
impl Clone for zend_property_info_source_list
sourcefn clone(&self) -> zend_property_info_source_list
fn clone(&self) -> zend_property_info_source_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
impl Copy for zend_property_info_source_list
Auto Trait Implementations
impl RefUnwindSafe for zend_property_info_source_list
impl !Send for zend_property_info_source_list
impl !Sync for zend_property_info_source_list
impl Unpin for zend_property_info_source_list
impl UnwindSafe for zend_property_info_source_list
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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