#[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_intTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for sf_hdtr
impl !Send for sf_hdtr
impl !Sync for sf_hdtr
impl Unpin for sf_hdtr
impl UnwindSafe for sf_hdtr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more