Struct phper_sys::_php_output_buffer
source · #[repr(C)]pub struct _php_output_buffer {
pub data: *mut c_char,
pub size: usize,
pub used: usize,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub __bindgen_padding_0: u32,
}Fields§
§data: *mut c_char§size: usize§used: usize§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§__bindgen_padding_0: u32Implementations§
Trait Implementations§
source§impl Clone for _php_output_buffer
impl Clone for _php_output_buffer
source§fn clone(&self) -> _php_output_buffer
fn clone(&self) -> _php_output_buffer
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