pub type MYSQL_PLUGIN_VIO_INFO = st_plugin_vio_info;Aliased Type§
#[repr(C)]pub struct MYSQL_PLUGIN_VIO_INFO {
pub protocol: st_plugin_vio_info__bindgen_ty_1,
pub socket: i32,
pub handle: *mut c_void,
}Fields§
§protocol: st_plugin_vio_info__bindgen_ty_1§socket: i32< it’s set, if the protocol is SOCKET or TCP
handle: *mut c_void< it’s set, if the protocol is PIPE or MEMORY