Struct phper_sys::_sapi_post_entry
source · #[repr(C)]pub struct _sapi_post_entry {
pub content_type: *mut c_char,
pub content_type_len: u32,
pub post_reader: Option<unsafe extern "C" fn()>,
pub post_handler: Option<unsafe extern "C" fn(content_type_dup: *mut c_char, arg: *mut c_void)>,
}Fields§
§content_type: *mut c_char§content_type_len: u32§post_reader: Option<unsafe extern "C" fn()>§post_handler: Option<unsafe extern "C" fn(content_type_dup: *mut c_char, arg: *mut c_void)>Trait Implementations§
source§impl Clone for _sapi_post_entry
impl Clone for _sapi_post_entry
source§fn clone(&self) -> _sapi_post_entry
fn clone(&self) -> _sapi_post_entry
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 more