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: u32
Implementations§
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 moresource§impl Debug for _php_output_buffer
impl Debug for _php_output_buffer
source§impl Default for _php_output_buffer
impl Default for _php_output_buffer
impl Copy for _php_output_buffer
Auto Trait Implementations§
impl RefUnwindSafe for _php_output_buffer
impl !Send for _php_output_buffer
impl !Sync for _php_output_buffer
impl Unpin for _php_output_buffer
impl UnwindSafe for _php_output_buffer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more