#[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§
source§impl PartialEq<sf_hdtr> for sf_hdtr
impl PartialEq<sf_hdtr> for sf_hdtr
impl Copy for sf_hdtr
impl Eq for sf_hdtr
impl StructuralEq for sf_hdtr
impl StructuralPartialEq for sf_hdtr
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