#[repr(u32)]pub enum st_plugin_vio_info__bindgen_ty_1 {
MYSQL_VIO_INVALID = 0,
MYSQL_VIO_TCP = 1,
MYSQL_VIO_SOCKET = 2,
MYSQL_VIO_PIPE = 3,
MYSQL_VIO_MEMORY = 4,
}
Variants§
MYSQL_VIO_INVALID = 0
MYSQL_VIO_TCP = 1
MYSQL_VIO_SOCKET = 2
MYSQL_VIO_PIPE = 3
MYSQL_VIO_MEMORY = 4
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 for st_plugin_vio_info__bindgen_ty_1
impl PartialEq 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 ==
.impl Copy for st_plugin_vio_info__bindgen_ty_1
impl Eq for st_plugin_vio_info__bindgen_ty_1
impl StructuralPartialEq for st_plugin_vio_info__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for st_plugin_vio_info__bindgen_ty_1
impl RefUnwindSafe for st_plugin_vio_info__bindgen_ty_1
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
impl UnwindSafe for st_plugin_vio_info__bindgen_ty_1
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