Struct phper_sys::_zend_output_globals
source · [−]#[repr(C)]pub struct _zend_output_globals {
pub handlers: zend_stack,
pub active: *mut php_output_handler,
pub running: *mut php_output_handler,
pub output_start_filename: *const c_char,
pub output_start_lineno: c_int,
pub flags: c_int,
}
Fields
handlers: zend_stack
active: *mut php_output_handler
running: *mut php_output_handler
output_start_filename: *const c_char
output_start_lineno: c_int
flags: c_int
Trait Implementations
sourceimpl Clone for _zend_output_globals
impl Clone for _zend_output_globals
sourcefn clone(&self) -> _zend_output_globals
fn clone(&self) -> _zend_output_globals
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_output_globals
impl Debug for _zend_output_globals
impl Copy for _zend_output_globals
Auto Trait Implementations
impl RefUnwindSafe for _zend_output_globals
impl !Send for _zend_output_globals
impl !Sync for _zend_output_globals
impl Unpin for _zend_output_globals
impl UnwindSafe for _zend_output_globals
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