#[repr(C)]pub struct _zend_ts_hashtable {
pub hash: HashTable,
pub reader: zend_uint,
}
Fields§
§hash: HashTable
§reader: zend_uint
Trait Implementations§
Source§impl Clone for _zend_ts_hashtable
impl Clone for _zend_ts_hashtable
Source§fn clone(&self) -> _zend_ts_hashtable
fn clone(&self) -> _zend_ts_hashtable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _zend_ts_hashtable
impl Debug for _zend_ts_hashtable
impl Copy for _zend_ts_hashtable
Auto Trait Implementations§
impl Freeze for _zend_ts_hashtable
impl RefUnwindSafe for _zend_ts_hashtable
impl !Send for _zend_ts_hashtable
impl !Sync for _zend_ts_hashtable
impl Unpin for _zend_ts_hashtable
impl UnwindSafe for _zend_ts_hashtable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more