Struct ext_php_rs::bindings::zend_get_gc_buffer [−][src]
#[repr(C)]pub struct zend_get_gc_buffer {
pub cur: *mut zval,
pub end: *mut zval,
pub start: *mut zval,
}Fields
cur: *mut zvalend: *mut zvalstart: *mut zvalTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for zend_get_gc_buffer
impl !Send for zend_get_gc_buffer
impl !Sync for zend_get_gc_buffer
impl Unpin for zend_get_gc_buffer
impl UnwindSafe for zend_get_gc_buffer
Blanket Implementations
Mutably borrows from an owned value. Read more