Type Alias mysqlclient_sys::MYSQL_PLUGIN_VIO_INFO

source ·
pub type MYSQL_PLUGIN_VIO_INFO = st_plugin_vio_info;

Aliased Type§

struct MYSQL_PLUGIN_VIO_INFO {
    pub protocol: st_plugin_vio_info__bindgen_ty_1,
    pub socket: i32,
}

Fields§

§protocol: st_plugin_vio_info__bindgen_ty_1§socket: i32

< it’s set, if the protocol is SOCKET or TCP

Trait Implementations

source§

impl Clone for st_plugin_vio_info

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for st_plugin_vio_info

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for st_plugin_vio_info