#[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
impl Eq for sf_hdtr
impl StructuralPartialEq for sf_hdtr
Auto Trait Implementations§
impl Freeze for sf_hdtr
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)