#[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_uint§topreq: *mut req§vcl0: *mut vcl§privs: [vrt_privs; 1]Trait Implementations§
impl Copy for reqtop
Auto Trait Implementations§
impl Freeze for reqtop
impl RefUnwindSafe for reqtop
impl !Send for reqtop
impl !Sync for reqtop
impl Unpin for reqtop
impl UnwindSafe for reqtop
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