#[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§
Source§impl _php_output_buffer
impl _php_output_buffer
pub fn free(&self) -> u32
pub fn set_free(&mut self, val: u32)
pub unsafe fn free_raw(this: *const Self) -> u32
pub unsafe fn set_free_raw(this: *mut Self, val: u32)
pub fn _reserved(&self) -> u32
pub fn set__reserved(&mut self, val: u32)
pub unsafe fn _reserved_raw(this: *const Self) -> u32
pub unsafe fn set__reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( free: u32, _reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
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 Freeze for _php_output_buffer
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