Struct phper_sys::_php_output_context
source · #[repr(C)]pub struct _php_output_context {
pub op: c_int,
pub in_: php_output_buffer,
pub out: php_output_buffer,
}
Fields§
§op: c_int
§in_: php_output_buffer
§out: php_output_buffer
Trait Implementations§
source§impl Clone for _php_output_context
impl Clone for _php_output_context
source§fn clone(&self) -> _php_output_context
fn clone(&self) -> _php_output_context
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more