#[repr(u32)]
pub enum st_plugin_vio_info__bindgen_ty_1 {
MYSQL_VIO_INVALID,
MYSQL_VIO_TCP,
MYSQL_VIO_SOCKET,
MYSQL_VIO_PIPE,
MYSQL_VIO_MEMORY,
}
Variants§
Trait Implementations§
source§impl Clone for st_plugin_vio_info__bindgen_ty_1
impl Clone for st_plugin_vio_info__bindgen_ty_1
source§fn clone(&self) -> st_plugin_vio_info__bindgen_ty_1
fn clone(&self) -> st_plugin_vio_info__bindgen_ty_1
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 PartialEq<st_plugin_vio_info__bindgen_ty_1> for st_plugin_vio_info__bindgen_ty_1
impl PartialEq<st_plugin_vio_info__bindgen_ty_1> for st_plugin_vio_info__bindgen_ty_1
source§fn eq(&self, other: &st_plugin_vio_info__bindgen_ty_1) -> bool
fn eq(&self, other: &st_plugin_vio_info__bindgen_ty_1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.