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_charcontent_type_len: u32post_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
sourceimpl Clone for _sapi_post_entry
impl Clone for _sapi_post_entry
sourcefn clone(&self) -> _sapi_post_entry
fn clone(&self) -> _sapi_post_entry
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 _sapi_post_entry
impl Debug for _sapi_post_entry
impl Copy for _sapi_post_entry
Auto Trait Implementations
impl RefUnwindSafe for _sapi_post_entry
impl !Send for _sapi_post_entry
impl !Sync for _sapi_post_entry
impl Unpin for _sapi_post_entry
impl UnwindSafe for _sapi_post_entry
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