#[repr(C)]pub struct http {
pub magic: c_uint,
pub shd: u16,
pub hd: *mut txt,
pub hdf: *mut c_uchar,
pub nhd: u16,
pub logtag: VslTag,
pub vsl: *mut vsl_log,
pub ws: *mut ws,
pub status: u16,
pub protover: u8,
}Fields§
§magic: c_uint§shd: u16§hd: *mut txt§hdf: *mut c_uchar§nhd: u16§logtag: VslTag§vsl: *mut vsl_log§ws: *mut ws§status: u16§protover: u8Trait Implementations§
impl Copy for http
Auto Trait Implementations§
impl Freeze for http
impl RefUnwindSafe for http
impl !Send for http
impl !Sync for http
impl Unpin for http
impl UnwindSafe for http
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