Struct ext_php_rs::ffi::_Bucket
source · [−]#[repr(C)]pub struct _Bucket {
pub val: zval,
pub h: zend_ulong,
pub key: *mut zend_string,
}
Fields
val: zval
h: zend_ulong
key: *mut zend_string
Auto Trait Implementations
impl RefUnwindSafe for _Bucket
impl !Send for _Bucket
impl !Sync for _Bucket
impl Unpin for _Bucket
impl UnwindSafe for _Bucket
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