Struct varnish_sys::reqtop
source · [−]#[repr(C)]pub struct reqtop {
pub magic: c_uint,
pub topreq: *mut req,
pub vcl0: *mut vcl,
pub privs: [vrt_privs; 1],
}Fields
magic: c_uinttopreq: *mut reqvcl0: *mut vclprivs: [vrt_privs; 1]Trait Implementations
impl Copy for reqtop
Auto Trait Implementations
impl RefUnwindSafe for reqtop
impl !Send for reqtop
impl !Sync for reqtop
impl Unpin for reqtop
impl UnwindSafe for reqtop
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more