Struct phper_sys::sapi_header_struct
source · #[repr(C)]pub struct sapi_header_struct {
pub header: *mut c_char,
pub header_len: usize,
}Fields§
§header: *mut c_char§header_len: usizeTrait Implementations§
source§impl Clone for sapi_header_struct
impl Clone for sapi_header_struct
source§fn clone(&self) -> sapi_header_struct
fn clone(&self) -> sapi_header_struct
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