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

Trait Implementations

impl Copy for sf_hdtr
[src]

impl Clone for sf_hdtr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sf_hdtr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sf_hdtr
[src]

Auto Trait Implementations

impl !Send for sf_hdtr

impl !Sync for sf_hdtr