#[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
MYSQL_VIO_INVALID
MYSQL_VIO_TCP
MYSQL_VIO_SOCKET
MYSQL_VIO_PIPE
MYSQL_VIO_MEMORY
Trait Implementations
Auto Trait Implementations
impl Send for st_plugin_vio_info__bindgen_ty_1
impl Sync for st_plugin_vio_info__bindgen_ty_1
impl Unpin for st_plugin_vio_info__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more