Struct varnish_sys::vfp
source · [−]#[repr(C)]pub struct vfp {
pub name: *const c_char,
pub init: vfp_init_f,
pub pull: vfp_pull_f,
pub fini: vfp_fini_f,
pub priv1: *const c_void,
}Fields
name: *const c_charinit: vfp_init_fpull: vfp_pull_ffini: vfp_fini_fpriv1: *const c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vfp
impl !Send for vfp
impl !Sync for vfp
impl Unpin for vfp
impl UnwindSafe for vfp
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