Struct libc::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

Trait Implementations

impl Copy for sf_hdtr
[src]

impl Clone for sf_hdtr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more