Type Alias php_output_context

Source
pub type php_output_context = _php_output_context;

Aliased Type§

#[repr(C)]
pub struct php_output_context { pub op: i32, pub in_: _php_output_buffer, pub out: _php_output_buffer, }

Fields§

§op: i32§in_: _php_output_buffer§out: _php_output_buffer