Struct phper_sys::_php_output_buffer
source · [−]#[repr(C)]pub struct _php_output_buffer {
pub data: *mut c_char,
pub size: size_t,
pub used: size_t,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub __bindgen_padding_0: u32,
}
Fields
data: *mut c_char
size: size_t
used: size_t
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
__bindgen_padding_0: u32
Implementations
Trait Implementations
sourceimpl Clone for _php_output_buffer
impl Clone for _php_output_buffer
sourcefn clone(&self) -> _php_output_buffer
fn clone(&self) -> _php_output_buffer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _php_output_buffer
impl Debug 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more