#[repr(C)]pub struct vdi_methods {Show 13 fields
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 release: vdi_release_f,
pub destroy: vdi_destroy_f,
pub panic: vdi_panic_f,
pub list: vdi_list_f,
}Fields§
§magic: c_uint§type_: *const c_char§http1pipe: vdi_http1pipe_f§healthy: vdi_healthy_f§resolve: vdi_resolve_f§gethdrs: vdi_gethdrs_f§getip: vdi_getip_f§finish: vdi_finish_f§event: vdi_event_f§release: vdi_release_f§destroy: vdi_destroy_f§panic: vdi_panic_f§list: vdi_list_fTrait Implementations§
Source§impl Clone for vdi_methods
impl Clone for vdi_methods
Source§fn clone(&self) -> vdi_methods
fn clone(&self) -> vdi_methods
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for vdi_methods
impl Debug for vdi_methods
Source§impl Default for vdi_methods
impl Default for vdi_methods
impl Copy for vdi_methods
Auto Trait Implementations§
impl Freeze for vdi_methods
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§
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