Type Alias php_output_handler

Source
pub type php_output_handler = _php_output_handler;

Aliased Type§

struct php_output_handler {
    pub name: *mut _zend_string,
    pub flags: i32,
    pub level: i32,
    pub size: usize,
    pub buffer: _php_output_buffer,
    pub opaq: *mut c_void,
    pub dtor: Option<unsafe extern "C" fn(_: *mut c_void)>,
    pub func: _php_output_handler__bindgen_ty_1,
}

Fields§

§name: *mut _zend_string§flags: i32§level: i32§size: usize§buffer: _php_output_buffer§opaq: *mut c_void§dtor: Option<unsafe extern "C" fn(_: *mut c_void)>§func: _php_output_handler__bindgen_ty_1

Trait Implementations

Source§

impl Clone for _php_output_handler

Source§

fn clone(&self) -> _php_output_handler

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for _php_output_handler

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for _php_output_handler