Struct phper_sys::sapi_header_line
source · #[repr(C)]pub struct sapi_header_line {
pub line: *mut c_char,
pub line_len: usize,
pub response_code: zend_long,
}
Fields§
§line: *mut c_char
§line_len: usize
§response_code: zend_long
Trait Implementations§
source§impl Clone for sapi_header_line
impl Clone for sapi_header_line
source§fn clone(&self) -> sapi_header_line
fn clone(&self) -> sapi_header_line
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