Struct varnish_sys::vdi_methods
source · [−]#[repr(C)]pub struct vdi_methods {
pub magic: c_uint,
pub type_: *const c_char,
pub http1pipe: vdi_http1pipe_f,
pub healthy: vdi_healthy_f,
pub resolve: vdi_resolve_f,
pub gethdrs: vdi_gethdrs_f,
pub getip: vdi_getip_f,
pub finish: vdi_finish_f,
pub event: vdi_event_f,
pub destroy: vdi_destroy_f,
pub panic: vdi_panic_f,
pub list: vdi_list_f,
}Fields
magic: c_uinttype_: *const c_charhttp1pipe: vdi_http1pipe_fhealthy: vdi_healthy_fresolve: vdi_resolve_fgethdrs: vdi_gethdrs_fgetip: vdi_getip_ffinish: vdi_finish_fevent: vdi_event_fdestroy: vdi_destroy_fpanic: vdi_panic_flist: vdi_list_fTrait Implementations
sourceimpl Clone for vdi_methods
impl Clone for vdi_methods
sourcefn clone(&self) -> vdi_methods
fn clone(&self) -> vdi_methods
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for vdi_methods
impl Debug for vdi_methods
sourceimpl Default for vdi_methods
impl Default for vdi_methods
impl Copy for vdi_methods
Auto Trait Implementations
impl RefUnwindSafe for vdi_methods
impl !Send for vdi_methods
impl !Sync for vdi_methods
impl Unpin for vdi_methods
impl UnwindSafe for vdi_methods
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