#[repr(transparent)]pub struct VCL_HTTP(pub *mut http);Tuple Fields§
§0: *mut httpTrait Implementations§
impl Copy for VCL_HTTP
Auto Trait Implementations§
impl Freeze for VCL_HTTP
impl RefUnwindSafe for VCL_HTTP
impl !Send for VCL_HTTP
impl !Sync for VCL_HTTP
impl Unpin for VCL_HTTP
impl UnwindSafe for VCL_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