#[repr(u32)]
pub enum mysql_protocol_type {
MYSQL_PROTOCOL_DEFAULT,
MYSQL_PROTOCOL_TCP,
MYSQL_PROTOCOL_SOCKET,
MYSQL_PROTOCOL_PIPE,
MYSQL_PROTOCOL_MEMORY,
}
Variants
MYSQL_PROTOCOL_DEFAULT
MYSQL_PROTOCOL_TCP
MYSQL_PROTOCOL_SOCKET
MYSQL_PROTOCOL_PIPE
MYSQL_PROTOCOL_MEMORY
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mysql_protocol_type
impl Send for mysql_protocol_type
impl Sync for mysql_protocol_type
impl Unpin for mysql_protocol_type
impl UnwindSafe for mysql_protocol_type
Blanket Implementations
Mutably borrows from an owned value. Read more