Struct libc_interface::sf_hdtr [−][src]
#[repr(C)]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 Copy for sf_hdtrimpl Clone for sf_hdtr[src]
impl Clone for sf_hdtrfn clone(&self) -> sf_hdtr[src]
fn clone(&self) -> sf_hdtrReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for sf_hdtr[src]
impl PartialEq for sf_hdtrfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for sf_hdtr[src]
impl Eq for sf_hdtr