Struct phper_sys::sapi_header_line
source · [−]#[repr(C)]pub struct sapi_header_line {
pub line: *mut c_char,
pub line_len: size_t,
pub response_code: zend_long,
}
Fields
line: *mut c_char
line_len: size_t
response_code: zend_long
Trait Implementations
sourceimpl Clone for sapi_header_line
impl Clone for sapi_header_line
sourcefn clone(&self) -> sapi_header_line
fn clone(&self) -> sapi_header_line
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_header_line
impl Debug for sapi_header_line
impl Copy for sapi_header_line
Auto Trait Implementations
impl RefUnwindSafe for sapi_header_line
impl !Send for sapi_header_line
impl !Sync for sapi_header_line
impl Unpin for sapi_header_line
impl UnwindSafe for sapi_header_line
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