Struct phper_sys::_php_output_handler [−][src]
#[repr(C)]pub struct _php_output_handler { pub name: *mut zend_string, pub flags: c_int, pub level: c_int, pub size: usize, 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_stringflags: c_intlevel: c_intsize: usizebuffer: php_output_bufferopaq: *mut c_voiddtor: Option<unsafe extern "C" fn(opaq: *mut c_void)>func: _php_output_handler__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _php_output_handlerimpl !Send for _php_output_handlerimpl !Sync for _php_output_handlerimpl Unpin for _php_output_handlerimpl UnwindSafe for _php_output_handlerBlanket Implementations
Mutably borrows from an owned value. Read more