#[repr(C)]pub struct vfp_ctx {
pub magic: c_uint,
pub failed: c_int,
pub req: *mut http,
pub resp: *mut http,
pub wrk: *mut worker,
pub oc: *mut objcore,
pub vfp: vfp_entry_s,
pub vfp_nxt: *mut vfp_entry,
pub obj_flags: c_uint,
}Fields§
§magic: c_uint§failed: c_int§req: *mut http§resp: *mut http§wrk: *mut worker§oc: *mut objcore§vfp: vfp_entry_s§vfp_nxt: *mut vfp_entry§obj_flags: c_uintTrait Implementations§
Auto Trait Implementations§
impl !Send for vfp_ctx
impl !Sync for vfp_ctx
impl Freeze for vfp_ctx
impl RefUnwindSafe for vfp_ctx
impl Unpin for vfp_ctx
impl UnsafeUnpin for vfp_ctx
impl UnwindSafe for vfp_ctx
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