Struct phper_sys::_php_output_handler
source · [−]#[repr(C)]pub struct _php_output_handler {
pub name: *mut zend_string,
pub flags: c_int,
pub level: c_int,
pub size: size_t,
pub buffer: php_output_buffer,
pub opaq: *mut c_void,
pub dtor: Option<unsafe extern "C" fn(opaq: *mut c_void)>,
pub func: _php_output_handler__bindgen_ty_1,
}
Fields
name: *mut zend_string
flags: c_int
level: c_int
size: size_t
buffer: php_output_buffer
opaq: *mut c_void
dtor: Option<unsafe extern "C" fn(opaq: *mut c_void)>
func: _php_output_handler__bindgen_ty_1
Trait Implementations
sourceimpl Clone for _php_output_handler
impl Clone for _php_output_handler
sourcefn clone(&self) -> _php_output_handler
fn clone(&self) -> _php_output_handler
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
impl Copy for _php_output_handler
Auto Trait Implementations
impl RefUnwindSafe for _php_output_handler
impl !Send for _php_output_handler
impl !Sync for _php_output_handler
impl Unpin for _php_output_handler
impl UnwindSafe for _php_output_handler
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