Struct libc::sf_hdtr
[−]
[src]
pub struct sf_hdtr {
pub headers: *mut iovec,
pub hdr_cnt: c_int,
pub trailers: *mut iovec,
pub trl_cnt: c_int,
}Fields
headers: *mut iovec
hdr_cnt: c_int
trailers: *mut iovec
trl_cnt: c_int
Trait Implementations
impl Copy for sf_hdtr[src]
impl Clone for sf_hdtr[src]
fn clone(&self) -> sf_hdtr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more